
models.rekognition-2016-06-27-intermediate.json Maven / Gradle / Ivy
{
"customizationConfig" : {
"attachPayloadTraitToMember" : { },
"blacklistedSimpleMethods" : [ "describeTableRestoreStatus", "describeClusterSecurityGroups" ],
"calculateCrc32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customErrorCodeFieldName" : null,
"customProtocolFactoryFqcn" : null,
"customResponseMetadata" : null,
"customRetryPolicy" : null,
"customServiceMetadata" : null,
"defaultSimpleMethodTestRegion" : null,
"deprecatedOperations" : [ ],
"deprecatedShapes" : [ ],
"excludeClientCreateMethod" : false,
"modelMarshallerDefaultValueSupplier" : { },
"operationModifiers" : null,
"paginationCustomization" : null,
"renameShapes" : null,
"sdkModeledExceptionBaseClassName" : null,
"sdkRequestBaseClassName" : null,
"sdkResponseBaseClassName" : null,
"serviceSpecificClientConfigClass" : null,
"serviceSpecificHttpConfig" : null,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"shareModelConfig" : null,
"skipSyncClientGeneration" : false,
"useAutoConstructList" : true,
"useAutoConstructMap" : true,
"utilitiesMethod" : null,
"verifiedSimpleMethods" : [ "listCollections", "listStreamProcessors" ]
},
"metadata" : {
"apiVersion" : "2016-06-27",
"asyncBuilder" : "DefaultRekognitionAsyncClientBuilder",
"asyncBuilderInterface" : "RekognitionAsyncClientBuilder",
"asyncClient" : "DefaultRekognitionAsyncClient",
"asyncInterface" : "RekognitionAsyncClient",
"authPolicyPackageName" : null,
"authType" : "V4",
"baseBuilder" : "DefaultRekognitionBaseClientBuilder",
"baseBuilderInterface" : "RekognitionBaseClientBuilder",
"baseExceptionName" : "RekognitionException",
"baseRequestName" : "RekognitionRequest",
"baseResponseName" : "RekognitionResponse",
"cborProtocol" : false,
"clientPackageName" : "rekognition",
"contentType" : null,
"defaultEndpoint" : null,
"defaultEndpointWithoutHttpProtocol" : null,
"defaultRegion" : null,
"descriptiveServiceName" : "Amazon Rekognition",
"documentation" : "This is the Amazon Rekognition API reference.
",
"endpointPrefix" : "rekognition",
"fullAuthPolicyPackageName" : "software.amazon.awssdk.services",
"fullClientPackageName" : "software.amazon.awssdk.services.rekognition",
"fullModelPackageName" : "software.amazon.awssdk.services.rekognition.model",
"fullPaginatorsPackageName" : "software.amazon.awssdk.services.rekognition.paginators",
"fullRequestTransformPackageName" : "software.amazon.awssdk.services.rekognition.transform",
"fullTransformPackageName" : "software.amazon.awssdk.services.rekognition.transform",
"ionProtocol" : false,
"jsonProtocol" : true,
"jsonVersion" : "1.1",
"modelPackageName" : "rekognition.model",
"paginatorsPackageName" : "rekognition.paginators",
"protocol" : "json",
"requestTransformPackageName" : "rekognition.transform",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"rootPackageName" : "software.amazon.awssdk.services",
"serviceId" : "Rekognition",
"serviceName" : "Rekognition",
"signingName" : "rekognition",
"syncBuilder" : "DefaultRekognitionClientBuilder",
"syncBuilderInterface" : "RekognitionClientBuilder",
"syncClient" : "DefaultRekognitionClient",
"syncInterface" : "RekognitionClient",
"transformPackageName" : "rekognition.transform",
"uid" : "rekognition-2016-06-27",
"xmlProtocol" : false
},
"operations" : {
"CompareFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Compares a face in the source input image with each of the 100 largest faces detected in the target input image.
If the source image contains multiple faces, the service detects the largest face and compares it with each face detected in the target image.
You pass the input and target images either as base64-encoded image bytes or as references to images in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes isn't supported. The image must be formatted as a PNG or JPEG file.
In response, the operation returns an array of face matches ordered by similarity score in descending order. For each face match, the response provides a bounding box of the face, facial landmarks, pose details (pitch, role, and yaw), quality (brightness and sharpness), and confidence value (indicating the level of confidence that the bounding box contains a face). The response also provides a similarity score, which indicates how closely the faces match.
By default, only faces with a similarity score of greater than or equal to 80% are returned in the response. You can change this value by specifying the SimilarityThreshold
parameter.
CompareFaces
also returns an array of faces that don't match the source image. For each face, it returns a bounding box, confidence value, landmarks, pose details, and quality. The response also returns information about the face in the source image, including the bounding box of the face and confidence value.
If the image doesn't contain Exif metadata, CompareFaces
returns orientation information for the source and target images. Use these values to display the images with the correct image orientation.
If no faces are detected in the source or target images, CompareFaces
returns an InvalidParameterException
error.
This is a stateless API operation. That is, data returned by this operation doesn't persist.
For an example, see Comparing Faces in Images in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:CompareFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CompareFacesRequest",
"variableName" : "compareFacesRequest",
"variableType" : "CompareFacesRequest",
"documentation" : "",
"simpleType" : "CompareFacesRequest",
"variableSetterType" : "CompareFacesRequest"
},
"methodName" : "compareFaces",
"operationName" : "CompareFaces",
"paginated" : false,
"returnType" : {
"returnType" : "CompareFacesResponse",
"documentation" : null
},
"syncReturnType" : "CompareFacesResponse"
},
"CreateCollection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a collection in an AWS Region. You can add faces to the collection using the IndexFaces operation.
For example, you might create collections, one for each of your application users. A user can then index faces using the IndexFaces
operation and persist results in a specific collection. Then, a user can search the collection for faces in the user-specific container.
When you create a collection, it is associated with the latest version of the face model version.
Collection names are case-sensitive.
This operation requires permissions to perform the rekognition:CreateCollection
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceAlreadyExistsException",
"documentation" : "A collection with the specified ID already exists.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateCollectionRequest",
"variableName" : "createCollectionRequest",
"variableType" : "CreateCollectionRequest",
"documentation" : "",
"simpleType" : "CreateCollectionRequest",
"variableSetterType" : "CreateCollectionRequest"
},
"methodName" : "createCollection",
"operationName" : "CreateCollection",
"paginated" : false,
"returnType" : {
"returnType" : "CreateCollectionResponse",
"documentation" : null
},
"syncReturnType" : "CreateCollectionResponse"
},
"CreateStreamProcessor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates an Amazon Rekognition stream processor that you can use to detect and recognize faces in a streaming video.
Amazon Rekognition Video is a consumer of live video from Amazon Kinesis Video Streams. Amazon Rekognition Video sends analysis results to Amazon Kinesis Data Streams.
You provide as input a Kinesis video stream (Input
) and a Kinesis data stream (Output
) stream. You also specify the face recognition criteria in Settings
. For example, the collection containing faces that you want to recognize. Use Name
to assign an identifier for the stream processor. You use Name
to manage the stream processor. For example, you can start processing the source video by calling StartStreamProcessor with the Name
field.
After you have finished analyzing a streaming video, use StopStreamProcessor to stop processing. You can delete the stream processor by calling DeleteStreamProcessor.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateStreamProcessorRequest",
"variableName" : "createStreamProcessorRequest",
"variableType" : "CreateStreamProcessorRequest",
"documentation" : "",
"simpleType" : "CreateStreamProcessorRequest",
"variableSetterType" : "CreateStreamProcessorRequest"
},
"methodName" : "createStreamProcessor",
"operationName" : "CreateStreamProcessor",
"paginated" : false,
"returnType" : {
"returnType" : "CreateStreamProcessorResponse",
"documentation" : null
},
"syncReturnType" : "CreateStreamProcessorResponse"
},
"DeleteCollection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the specified collection. Note that this operation removes all faces in the collection. For an example, see delete-collection-procedure.
This operation requires permissions to perform the rekognition:DeleteCollection
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteCollectionRequest",
"variableName" : "deleteCollectionRequest",
"variableType" : "DeleteCollectionRequest",
"documentation" : "",
"simpleType" : "DeleteCollectionRequest",
"variableSetterType" : "DeleteCollectionRequest"
},
"methodName" : "deleteCollection",
"operationName" : "DeleteCollection",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteCollectionResponse",
"documentation" : null
},
"syncReturnType" : "DeleteCollectionResponse"
},
"DeleteFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes faces from a collection. You specify a collection ID and an array of face IDs to remove from the collection.
This operation requires permissions to perform the rekognition:DeleteFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteFacesRequest",
"variableName" : "deleteFacesRequest",
"variableType" : "DeleteFacesRequest",
"documentation" : "",
"simpleType" : "DeleteFacesRequest",
"variableSetterType" : "DeleteFacesRequest"
},
"methodName" : "deleteFaces",
"operationName" : "DeleteFaces",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteFacesResponse",
"documentation" : null
},
"syncReturnType" : "DeleteFacesResponse"
},
"DeleteStreamProcessor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes the stream processor identified by Name
. You assign the value for Name
when you create the stream processor with CreateStreamProcessor. You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteStreamProcessorRequest",
"variableName" : "deleteStreamProcessorRequest",
"variableType" : "DeleteStreamProcessorRequest",
"documentation" : "",
"simpleType" : "DeleteStreamProcessorRequest",
"variableSetterType" : "DeleteStreamProcessorRequest"
},
"methodName" : "deleteStreamProcessor",
"operationName" : "DeleteStreamProcessor",
"paginated" : false,
"returnType" : {
"returnType" : "DeleteStreamProcessorResponse",
"documentation" : null
},
"syncReturnType" : "DeleteStreamProcessorResponse"
},
"DescribeCollection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Describes the specified collection. You can use DescribeCollection
to get information, such as the number of faces indexed into a collection and the version of the model used by the collection for face detection.
For more information, see Describing a Collection in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeCollectionRequest",
"variableName" : "describeCollectionRequest",
"variableType" : "DescribeCollectionRequest",
"documentation" : "",
"simpleType" : "DescribeCollectionRequest",
"variableSetterType" : "DescribeCollectionRequest"
},
"methodName" : "describeCollection",
"operationName" : "DescribeCollection",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeCollectionResponse",
"documentation" : null
},
"syncReturnType" : "DescribeCollectionResponse"
},
"DescribeStreamProcessor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Provides information about a stream processor created by CreateStreamProcessor. You can get information about the input and output streams, the input parameters for the face recognition being performed, and the current status of the stream processor.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeStreamProcessorRequest",
"variableName" : "describeStreamProcessorRequest",
"variableType" : "DescribeStreamProcessorRequest",
"documentation" : "",
"simpleType" : "DescribeStreamProcessorRequest",
"variableSetterType" : "DescribeStreamProcessorRequest"
},
"methodName" : "describeStreamProcessor",
"operationName" : "DescribeStreamProcessor",
"paginated" : false,
"returnType" : {
"returnType" : "DescribeStreamProcessorResponse",
"documentation" : null
},
"syncReturnType" : "DescribeStreamProcessorResponse"
},
"DetectFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detects faces within an image that is provided as input.
DetectFaces
detects the 100 largest faces in the image. For each face detected, the operation returns face details. These details include a bounding box of the face, a confidence value (that the bounding box contains a face), and a fixed set of attributes such as facial landmarks (for example, coordinates of eye and mouth), gender, presence of beard, sunglasses, and so on.
The face-detection algorithm is most effective on frontal faces. For non-frontal or obscured faces, the algorithm might not detect the faces or might detect faces with lower confidence.
You pass the input image either as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the to call Amazon Rekognition operations, passing image bytes is not supported. The image must be either a PNG or JPEG formatted file.
This is a stateless API operation. That is, the operation does not persist any data.
This operation requires permissions to perform the rekognition:DetectFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetectFacesRequest",
"variableName" : "detectFacesRequest",
"variableType" : "DetectFacesRequest",
"documentation" : "",
"simpleType" : "DetectFacesRequest",
"variableSetterType" : "DetectFacesRequest"
},
"methodName" : "detectFaces",
"operationName" : "DetectFaces",
"paginated" : false,
"returnType" : {
"returnType" : "DetectFacesResponse",
"documentation" : null
},
"syncReturnType" : "DetectFacesResponse"
},
"DetectLabels" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detects instances of real-world entities within an image (JPEG or PNG) provided as input. This includes objects like flower, tree, and table; events like wedding, graduation, and birthday party; and concepts like landscape, evening, and nature.
For an example, see Analyzing Images Stored in an Amazon S3 Bucket in the Amazon Rekognition Developer Guide.
DetectLabels
does not support the detection of activities. However, activity detection is supported for label detection in videos. For more information, see StartLabelDetection in the Amazon Rekognition Developer Guide.
You pass the input image as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes is not supported. The image must be either a PNG or JPEG formatted file.
For each object, scene, and concept the API returns one or more labels. Each label provides the object name, and the level of confidence that the image contains the object. For example, suppose the input image has a lighthouse, the sea, and a rock. The response includes all three labels, one for each object.
{Name: lighthouse, Confidence: 98.4629}
{Name: rock,Confidence: 79.2097}
{Name: sea,Confidence: 75.061}
In the preceding example, the operation returns one label for each of the three objects. The operation can also return multiple labels for the same object in the image. For example, if the input image shows a flower (for example, a tulip), the operation might return the following three labels.
{Name: flower,Confidence: 99.0562}
{Name: plant,Confidence: 99.0562}
{Name: tulip,Confidence: 99.0562}
In this example, the detection algorithm more precisely identifies the flower as a tulip.
In response, the API returns an array of labels. In addition, the response also includes the orientation correction. Optionally, you can specify MinConfidence
to control the confidence threshold for the labels returned. The default is 55%. You can also add the MaxLabels
parameter to limit the number of labels returned.
If the object detected is a person, the operation doesn't provide the same facial details that the DetectFaces operation provides.
DetectLabels
returns bounding boxes for instances of common object labels in an array of Instance objects. An Instance
object contains a BoundingBox object, for the location of the label on the image. It also includes the confidence by which the bounding box was detected.
DetectLabels
also returns a hierarchical taxonomy of detected labels. For example, a detected car might be assigned the label car. The label car has two parent labels: Vehicle (its parent) and Transportation (its grandparent). The response returns the entire list of ancestors for a label. Each ancestor is a unique label in the response. In the previous example, Car, Vehicle, and Transportation are returned as unique labels in the response.
This is a stateless API operation. That is, the operation does not persist any data.
This operation requires permissions to perform the rekognition:DetectLabels
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetectLabelsRequest",
"variableName" : "detectLabelsRequest",
"variableType" : "DetectLabelsRequest",
"documentation" : "",
"simpleType" : "DetectLabelsRequest",
"variableSetterType" : "DetectLabelsRequest"
},
"methodName" : "detectLabels",
"operationName" : "DetectLabels",
"paginated" : false,
"returnType" : {
"returnType" : "DetectLabelsResponse",
"documentation" : null
},
"syncReturnType" : "DetectLabelsResponse"
},
"DetectModerationLabels" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detects explicit or suggestive adult content in a specified JPEG or PNG format image. Use DetectModerationLabels
to moderate images depending on your requirements. For example, you might want to filter images that contain nudity, but not images containing suggestive content.
To filter images, use the labels returned by DetectModerationLabels
to determine which types of content are appropriate.
For information about moderation labels, see Detecting Unsafe Content in the Amazon Rekognition Developer Guide.
You pass the input image either as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes is not supported. The image must be either a PNG or JPEG formatted file.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetectModerationLabelsRequest",
"variableName" : "detectModerationLabelsRequest",
"variableType" : "DetectModerationLabelsRequest",
"documentation" : "",
"simpleType" : "DetectModerationLabelsRequest",
"variableSetterType" : "DetectModerationLabelsRequest"
},
"methodName" : "detectModerationLabels",
"operationName" : "DetectModerationLabels",
"paginated" : false,
"returnType" : {
"returnType" : "DetectModerationLabelsResponse",
"documentation" : null
},
"syncReturnType" : "DetectModerationLabelsResponse"
},
"DetectText" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detects text in the input image and converts it into machine-readable text.
Pass the input image as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, you must pass it as a reference to an image in an Amazon S3 bucket. For the AWS CLI, passing image bytes is not supported. The image must be either a .png or .jpeg formatted file.
The DetectText
operation returns text in an array of TextDetection elements, TextDetections
. Each TextDetection
element provides information about a single word or line of text that was detected in the image.
A word is one or more ISO basic latin script characters that are not separated by spaces. DetectText
can detect up to 50 words in an image.
A line is a string of equally spaced words. A line isn't necessarily a complete sentence. For example, a driver's license number is detected as a line. A line ends when there is no aligned text after it. Also, a line ends when there is a large gap between words, relative to the length of the words. This means, depending on the gap between words, Amazon Rekognition may detect multiple lines in text aligned in the same direction. Periods don't represent the end of a line. If a sentence spans multiple lines, the DetectText
operation returns multiple lines.
To determine whether a TextDetection
element is a line of text or a word, use the TextDetection
object Type
field.
To be detected, text must be within +/- 90 degrees orientation of the horizontal axis.
For more information, see DetectText in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DetectTextRequest",
"variableName" : "detectTextRequest",
"variableType" : "DetectTextRequest",
"documentation" : "",
"simpleType" : "DetectTextRequest",
"variableSetterType" : "DetectTextRequest"
},
"methodName" : "detectText",
"operationName" : "DetectText",
"paginated" : false,
"returnType" : {
"returnType" : "DetectTextResponse",
"documentation" : null
},
"syncReturnType" : "DetectTextResponse"
},
"GetCelebrityInfo" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the name and additional information about a celebrity based on his or her Amazon Rekognition ID. The additional information is returned as an array of URLs. If there is no additional information about the celebrity, this list is empty.
For more information, see Recognizing Celebrities in an Image in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:GetCelebrityInfo
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCelebrityInfoRequest",
"variableName" : "getCelebrityInfoRequest",
"variableType" : "GetCelebrityInfoRequest",
"documentation" : "",
"simpleType" : "GetCelebrityInfoRequest",
"variableSetterType" : "GetCelebrityInfoRequest"
},
"methodName" : "getCelebrityInfo",
"operationName" : "GetCelebrityInfo",
"paginated" : false,
"returnType" : {
"returnType" : "GetCelebrityInfoResponse",
"documentation" : null
},
"syncReturnType" : "GetCelebrityInfoResponse"
},
"GetCelebrityRecognition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the celebrity recognition results for a Amazon Rekognition Video analysis started by StartCelebrityRecognition.
Celebrity recognition in a video is an asynchronous operation. Analysis is started by a call to StartCelebrityRecognition which returns a job identifier (JobId
). When the celebrity recognition operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartCelebrityRecognition
. To get the results of the celebrity recognition analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetCelebrityDetection
and pass the job identifier (JobId
) from the initial call to StartCelebrityDetection
.
For more information, see Working With Stored Videos in the Amazon Rekognition Developer Guide.
GetCelebrityRecognition
returns detected celebrities and the time(s) they are detected in an array (Celebrities
) of CelebrityRecognition objects. Each CelebrityRecognition
contains information about the celebrity in a CelebrityDetail object and the time, Timestamp
, the celebrity was detected.
GetCelebrityRecognition
only returns the default facial attributes (BoundingBox
, Confidence
, Landmarks
, Pose
, and Quality
). The other facial attributes listed in the Face
object of the following response syntax are not returned. For more information, see FaceDetail in the Amazon Rekognition Developer Guide.
By default, the Celebrities
array is sorted by time (milliseconds from the start of the video). You can also sort the array by celebrity by specifying the value ID
in the SortBy
input parameter.
The CelebrityDetail
object includes the celebrity identifer and additional information urls. If you don't store the additional information urls, you can get them later by calling GetCelebrityInfo with the celebrity identifer.
No information is returned for faces not recognized as celebrities.
Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetCelebrityDetection
and populate the NextToken
request parameter with the token value returned from the previous call to GetCelebrityRecognition
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetCelebrityRecognitionRequest",
"variableName" : "getCelebrityRecognitionRequest",
"variableType" : "GetCelebrityRecognitionRequest",
"documentation" : "",
"simpleType" : "GetCelebrityRecognitionRequest",
"variableSetterType" : "GetCelebrityRecognitionRequest"
},
"methodName" : "getCelebrityRecognition",
"operationName" : "GetCelebrityRecognition",
"paginated" : true,
"returnType" : {
"returnType" : "GetCelebrityRecognitionResponse",
"documentation" : null
},
"syncReturnType" : "GetCelebrityRecognitionResponse"
},
"GetContentModeration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the content moderation analysis results for a Amazon Rekognition Video analysis started by StartContentModeration.
Content moderation analysis of a video is an asynchronous operation. You start analysis by calling StartContentModeration which returns a job identifier (JobId
). When analysis finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartContentModeration
. To get the results of the content moderation analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetContentModeration
and pass the job identifier (JobId
) from the initial call to StartContentModeration
.
For more information, see Working with Stored Videos in the Amazon Rekognition Devlopers Guide.
GetContentModeration
returns detected content moderation labels, and the time they are detected, in an array, ModerationLabels
, of ContentModerationDetection objects.
By default, the moderated labels are returned sorted by time, in milliseconds from the start of the video. You can also sort them by moderated label by specifying NAME
for the SortBy
input parameter.
Since video analysis can return a large number of results, use the MaxResults
parameter to limit the number of labels returned in a single call to GetContentModeration
. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetContentModeration
and populate the NextToken
request parameter with the value of NextToken
returned from the previous call to GetContentModeration
.
For more information, see Detecting Unsafe Content in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetContentModerationRequest",
"variableName" : "getContentModerationRequest",
"variableType" : "GetContentModerationRequest",
"documentation" : "",
"simpleType" : "GetContentModerationRequest",
"variableSetterType" : "GetContentModerationRequest"
},
"methodName" : "getContentModeration",
"operationName" : "GetContentModeration",
"paginated" : true,
"returnType" : {
"returnType" : "GetContentModerationResponse",
"documentation" : null
},
"syncReturnType" : "GetContentModerationResponse"
},
"GetFaceDetection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets face detection results for a Amazon Rekognition Video analysis started by StartFaceDetection.
Face detection with Amazon Rekognition Video is an asynchronous operation. You start face detection by calling StartFaceDetection which returns a job identifier (JobId
). When the face detection operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartFaceDetection
. To get the results of the face detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetFaceDetection and pass the job identifier (JobId
) from the initial call to StartFaceDetection
.
GetFaceDetection
returns an array of detected faces (Faces
) sorted by the time the faces were detected.
Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetFaceDetection
and populate the NextToken
request parameter with the token value returned from the previous call to GetFaceDetection
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetFaceDetectionRequest",
"variableName" : "getFaceDetectionRequest",
"variableType" : "GetFaceDetectionRequest",
"documentation" : "",
"simpleType" : "GetFaceDetectionRequest",
"variableSetterType" : "GetFaceDetectionRequest"
},
"methodName" : "getFaceDetection",
"operationName" : "GetFaceDetection",
"paginated" : true,
"returnType" : {
"returnType" : "GetFaceDetectionResponse",
"documentation" : null
},
"syncReturnType" : "GetFaceDetectionResponse"
},
"GetFaceSearch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the face search results for Amazon Rekognition Video face search started by StartFaceSearch. The search returns faces in a collection that match the faces of persons detected in a video. It also includes the time(s) that faces are matched in the video.
Face search in a video is an asynchronous operation. You start face search by calling to StartFaceSearch which returns a job identifier (JobId
). When the search operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartFaceSearch
. To get the search results, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetFaceSearch
and pass the job identifier (JobId
) from the initial call to StartFaceSearch
.
For more information, see Searching Faces in a Collection in the Amazon Rekognition Developer Guide.
The search results are retured in an array, Persons
, of PersonMatch objects. EachPersonMatch
element contains details about the matching faces in the input collection, person information (facial attributes, bounding boxes, and person identifer) for the matched person, and the time the person was matched in the video.
GetFaceSearch
only returns the default facial attributes (BoundingBox
, Confidence
, Landmarks
, Pose
, and Quality
). The other facial attributes listed in the Face
object of the following response syntax are not returned. For more information, see FaceDetail in the Amazon Rekognition Developer Guide.
By default, the Persons
array is sorted by the time, in milliseconds from the start of the video, persons are matched. You can also sort by persons by specifying INDEX
for the SORTBY
input parameter.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetFaceSearchRequest",
"variableName" : "getFaceSearchRequest",
"variableType" : "GetFaceSearchRequest",
"documentation" : "",
"simpleType" : "GetFaceSearchRequest",
"variableSetterType" : "GetFaceSearchRequest"
},
"methodName" : "getFaceSearch",
"operationName" : "GetFaceSearch",
"paginated" : true,
"returnType" : {
"returnType" : "GetFaceSearchResponse",
"documentation" : null
},
"syncReturnType" : "GetFaceSearchResponse"
},
"GetLabelDetection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the label detection results of a Amazon Rekognition Video analysis started by StartLabelDetection.
The label detection operation is started by a call to StartLabelDetection which returns a job identifier (JobId
). When the label detection operation finishes, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartlabelDetection
. To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetLabelDetection and pass the job identifier (JobId
) from the initial call to StartLabelDetection
.
GetLabelDetection
returns an array of detected labels (Labels
) sorted by the time the labels were detected. You can also sort by the label name by specifying NAME
for the SortBy
input parameter.
The labels returned include the label name, the percentage confidence in the accuracy of the detected label, and the time the label was detected in the video.
The returned labels also include bounding box information for common objects, a hierarchical taxonomy of detected labels, and the version of the label model used for detection.
Use MaxResults parameter to limit the number of labels returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetlabelDetection
and populate the NextToken
request parameter with the token value returned from the previous call to GetLabelDetection
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetLabelDetectionRequest",
"variableName" : "getLabelDetectionRequest",
"variableType" : "GetLabelDetectionRequest",
"documentation" : "",
"simpleType" : "GetLabelDetectionRequest",
"variableSetterType" : "GetLabelDetectionRequest"
},
"methodName" : "getLabelDetection",
"operationName" : "GetLabelDetection",
"paginated" : true,
"returnType" : {
"returnType" : "GetLabelDetectionResponse",
"documentation" : null
},
"syncReturnType" : "GetLabelDetectionResponse"
},
"GetPersonTracking" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the path tracking results of a Amazon Rekognition Video analysis started by StartPersonTracking.
The person path tracking operation is started by a call to StartPersonTracking
which returns a job identifier (JobId
). When the operation finishes, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic registered in the initial call to StartPersonTracking
.
To get the results of the person path tracking operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetPersonTracking and pass the job identifier (JobId
) from the initial call to StartPersonTracking
.
GetPersonTracking
returns an array, Persons
, of tracked persons and the time(s) their paths were tracked in the video.
GetPersonTracking
only returns the default facial attributes (BoundingBox
, Confidence
, Landmarks
, Pose
, and Quality
). The other facial attributes listed in the Face
object of the following response syntax are not returned.
For more information, see FaceDetail in the Amazon Rekognition Developer Guide.
By default, the array is sorted by the time(s) a person's path is tracked in the video. You can sort by tracked persons by specifying INDEX
for the SortBy
input parameter.
Use the MaxResults
parameter to limit the number of items returned. If there are more results than specified in MaxResults
, the value of NextToken
in the operation response contains a pagination token for getting the next set of results. To get the next page of results, call GetPersonTracking
and populate the NextToken
request parameter with the token value returned from the previous call to GetPersonTracking
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "GetPersonTrackingRequest",
"variableName" : "getPersonTrackingRequest",
"variableType" : "GetPersonTrackingRequest",
"documentation" : "",
"simpleType" : "GetPersonTrackingRequest",
"variableSetterType" : "GetPersonTrackingRequest"
},
"methodName" : "getPersonTracking",
"operationName" : "GetPersonTracking",
"paginated" : true,
"returnType" : {
"returnType" : "GetPersonTrackingResponse",
"documentation" : null
},
"syncReturnType" : "GetPersonTrackingResponse"
},
"IndexFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Detects faces in the input image and adds them to the specified collection.
Amazon Rekognition doesn't save the actual faces that are detected. Instead, the underlying detection algorithm first detects the faces in the input image. For each face, the algorithm extracts facial features into a feature vector, and stores it in the backend database. Amazon Rekognition uses feature vectors when it performs face match and search operations using the SearchFaces and SearchFacesByImage operations.
For more information, see Adding Faces to a Collection in the Amazon Rekognition Developer Guide.
To get the number of faces in a collection, call DescribeCollection.
If you're using version 1.0 of the face detection model, IndexFaces
indexes the 15 largest faces in the input image. Later versions of the face detection model index the 100 largest faces in the input image.
If you're using version 4 or later of the face model, image orientation information is not returned in the OrientationCorrection
field.
To determine which version of the model you're using, call DescribeCollection and supply the collection ID. You can also get the model version from the value of FaceModelVersion
in the response from IndexFaces
For more information, see Model Versioning in the Amazon Rekognition Developer Guide.
If you provide the optional ExternalImageID
for the input image you provided, Amazon Rekognition associates this ID with all faces that it detects. When you call the ListFaces operation, the response returns the external ID. You can use this external image ID to create a client-side index to associate the faces with each image. You can then use the index to find all faces in an image.
You can specify the maximum number of faces to index with the MaxFaces
input parameter. This is useful when you want to index the largest faces in an image and don't want to index smaller faces, such as those belonging to people standing in the background.
The QualityFilter
input parameter allows you to filter out detected faces that don’t meet the required quality bar chosen by Amazon Rekognition. The quality bar is based on a variety of common use cases. By default, IndexFaces
filters detected faces. You can also explicitly filter detected faces by specifying AUTO
for the value of QualityFilter
. If you do not want to filter detected faces, specify NONE
.
To use quality filtering, you need a collection associated with version 3 of the face model. To get the version of the face model associated with a collection, call DescribeCollection.
Information about faces detected in an image, but not indexed, is returned in an array of UnindexedFace objects, UnindexedFaces
. Faces aren't indexed for reasons such as:
-
The number of faces detected exceeds the value of the MaxFaces
request parameter.
-
The face is too small compared to the image dimensions.
-
The face is too blurry.
-
The image is too dark.
-
The face has an extreme pose.
In response, the IndexFaces
operation returns an array of metadata for all detected faces, FaceRecords
. This includes:
-
The bounding box, BoundingBox
, of the detected face.
-
A confidence value, Confidence
, which indicates the confidence that the bounding box contains a face.
-
A face ID, FaceId
, assigned by the service for each face that's detected and stored.
-
An image ID, ImageId
, assigned by the service for the input image.
If you request all facial attributes (by using the detectionAttributes
parameter), Amazon Rekognition returns detailed facial attributes, such as facial landmarks (for example, location of eye and mouth) and other facial attributes like gender. If you provide the same image, specify the same collection, and use the same external ID in the IndexFaces
operation, Amazon Rekognition doesn't save duplicate face metadata.
The input image is passed either as base64-encoded image bytes, or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes isn't supported. The image must be formatted as a PNG or JPEG file.
This operation requires permissions to perform the rekognition:IndexFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IndexFacesRequest",
"variableName" : "indexFacesRequest",
"variableType" : "IndexFacesRequest",
"documentation" : "",
"simpleType" : "IndexFacesRequest",
"variableSetterType" : "IndexFacesRequest"
},
"methodName" : "indexFaces",
"operationName" : "IndexFaces",
"paginated" : false,
"returnType" : {
"returnType" : "IndexFacesResponse",
"documentation" : null
},
"syncReturnType" : "IndexFacesResponse"
},
"ListCollections" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns list of collection IDs in your account. If the result is truncated, the response also provides a NextToken
that you can use in the subsequent request to fetch the next set of collection IDs.
For an example, see Listing Collections in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:ListCollections
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListCollectionsRequest",
"variableName" : "listCollectionsRequest",
"variableType" : "ListCollectionsRequest",
"documentation" : "",
"simpleType" : "ListCollectionsRequest",
"variableSetterType" : "ListCollectionsRequest"
},
"methodName" : "listCollections",
"operationName" : "ListCollections",
"paginated" : true,
"returnType" : {
"returnType" : "ListCollectionsResponse",
"documentation" : null
},
"syncReturnType" : "ListCollectionsResponse"
},
"ListFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns metadata for faces in the specified collection. This metadata includes information such as the bounding box coordinates, the confidence (that the bounding box contains a face), and face ID. For an example, see Listing Faces in a Collection in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:ListFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListFacesRequest",
"variableName" : "listFacesRequest",
"variableType" : "ListFacesRequest",
"documentation" : "",
"simpleType" : "ListFacesRequest",
"variableSetterType" : "ListFacesRequest"
},
"methodName" : "listFaces",
"operationName" : "ListFaces",
"paginated" : true,
"returnType" : {
"returnType" : "ListFacesResponse",
"documentation" : null
},
"syncReturnType" : "ListFacesResponse"
},
"ListStreamProcessors" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets a list of stream processors that you have created with CreateStreamProcessor.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidPaginationTokenException",
"documentation" : "Pagination token in the request is not valid.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListStreamProcessorsRequest",
"variableName" : "listStreamProcessorsRequest",
"variableType" : "ListStreamProcessorsRequest",
"documentation" : "",
"simpleType" : "ListStreamProcessorsRequest",
"variableSetterType" : "ListStreamProcessorsRequest"
},
"methodName" : "listStreamProcessors",
"operationName" : "ListStreamProcessors",
"paginated" : true,
"returnType" : {
"returnType" : "ListStreamProcessorsResponse",
"documentation" : null
},
"syncReturnType" : "ListStreamProcessorsResponse"
},
"RecognizeCelebrities" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Returns an array of celebrities recognized in the input image. For more information, see Recognizing Celebrities in the Amazon Rekognition Developer Guide.
RecognizeCelebrities
returns the 100 largest faces in the image. It lists recognized celebrities in the CelebrityFaces
array and unrecognized faces in the UnrecognizedFaces
array. RecognizeCelebrities
doesn't return celebrities whose faces aren't among the largest 100 faces in the image.
For each celebrity recognized, RecognizeCelebrities
returns a Celebrity
object. The Celebrity
object contains the celebrity name, ID, URL links to additional information, match confidence, and a ComparedFace
object that you can use to locate the celebrity's face on the image.
Amazon Rekognition doesn't retain information about which images a celebrity has been recognized in. Your application must store this information and use the Celebrity
ID property as a unique identifier for the celebrity. If you don't store the celebrity name or additional information URLs returned by RecognizeCelebrities
, you will need the ID to identify the celebrity in a call to the GetCelebrityInfo operation.
You pass the input image either as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes is not supported. The image must be either a PNG or JPEG formatted file.
For an example, see Recognizing Celebrities in an Image in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:RecognizeCelebrities
operation.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "RecognizeCelebritiesRequest",
"variableName" : "recognizeCelebritiesRequest",
"variableType" : "RecognizeCelebritiesRequest",
"documentation" : "",
"simpleType" : "RecognizeCelebritiesRequest",
"variableSetterType" : "RecognizeCelebritiesRequest"
},
"methodName" : "recognizeCelebrities",
"operationName" : "RecognizeCelebrities",
"paginated" : false,
"returnType" : {
"returnType" : "RecognizeCelebritiesResponse",
"documentation" : null
},
"syncReturnType" : "RecognizeCelebritiesResponse"
},
"SearchFaces" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "For a given input face ID, searches for matching faces in the collection the face belongs to. You get a face ID when you add a face to the collection using the IndexFaces operation. The operation compares the features of the input face with faces in the specified collection.
You can also search faces without indexing faces by using the SearchFacesByImage
operation.
The operation response returns an array of faces that match, ordered by similarity score with the highest similarity first. More specifically, it is an array of metadata for each face match that is found. Along with the metadata, the response also includes a confidence
value for each face match, indicating the confidence that the specific face matches the input face.
For an example, see Searching for a Face Using Its Face ID in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:SearchFaces
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchFacesRequest",
"variableName" : "searchFacesRequest",
"variableType" : "SearchFacesRequest",
"documentation" : "",
"simpleType" : "SearchFacesRequest",
"variableSetterType" : "SearchFacesRequest"
},
"methodName" : "searchFaces",
"operationName" : "SearchFaces",
"paginated" : false,
"returnType" : {
"returnType" : "SearchFacesResponse",
"documentation" : null
},
"syncReturnType" : "SearchFacesResponse"
},
"SearchFacesByImage" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "For a given input image, first detects the largest face in the image, and then searches the specified collection for matching faces. The operation compares the features of the input face with faces in the specified collection.
To search for all faces in an input image, you might first call the IndexFaces operation, and then use the face IDs returned in subsequent calls to the SearchFaces operation.
You can also call the DetectFaces
operation and use the bounding boxes in the response to make face crops, which then you can pass in to the SearchFacesByImage
operation.
You pass the input image either as base64-encoded image bytes or as a reference to an image in an Amazon S3 bucket. If you use the AWS CLI to call Amazon Rekognition operations, passing image bytes is not supported. The image must be either a PNG or JPEG formatted file.
The response returns an array of faces that match, ordered by similarity score with the highest similarity first. More specifically, it is an array of metadata for each face match found. Along with the metadata, the response also includes a similarity
indicating how similar the face is to the input face. In the response, the operation also returns the bounding box (and a confidence level that the bounding box contains a face) of the face that Amazon Rekognition used for the input image.
For an example, Searching for a Face Using an Image in the Amazon Rekognition Developer Guide.
This operation requires permissions to perform the rekognition:SearchFacesByImage
action.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ImageTooLargeException",
"documentation" : "The input image size exceeds the allowed limit. For more information, see Limits in Amazon Rekognition in the Amazon Rekognition Developer Guide.
",
"httpStatusCode" : null
}, {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidImageFormatException",
"documentation" : "The provided image format is not supported.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "SearchFacesByImageRequest",
"variableName" : "searchFacesByImageRequest",
"variableType" : "SearchFacesByImageRequest",
"documentation" : "",
"simpleType" : "SearchFacesByImageRequest",
"variableSetterType" : "SearchFacesByImageRequest"
},
"methodName" : "searchFacesByImage",
"operationName" : "SearchFacesByImage",
"paginated" : false,
"returnType" : {
"returnType" : "SearchFacesByImageResponse",
"documentation" : null
},
"syncReturnType" : "SearchFacesByImageResponse"
},
"StartCelebrityRecognition" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts asynchronous recognition of celebrities in a stored video.
Amazon Rekognition Video can detect celebrities in a video must be stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartCelebrityRecognition
returns a job identifier (JobId
) which you use to get the results of the analysis. When celebrity recognition analysis is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
. To get the results of the celebrity recognition analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetCelebrityRecognition and pass the job identifier (JobId
) from the initial call to StartCelebrityRecognition
.
For more information, see Recognizing Celebrities in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartCelebrityRecognitionRequest",
"variableName" : "startCelebrityRecognitionRequest",
"variableType" : "StartCelebrityRecognitionRequest",
"documentation" : "",
"simpleType" : "StartCelebrityRecognitionRequest",
"variableSetterType" : "StartCelebrityRecognitionRequest"
},
"methodName" : "startCelebrityRecognition",
"operationName" : "StartCelebrityRecognition",
"paginated" : false,
"returnType" : {
"returnType" : "StartCelebrityRecognitionResponse",
"documentation" : null
},
"syncReturnType" : "StartCelebrityRecognitionResponse"
},
"StartContentModeration" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : " Starts asynchronous detection of explicit or suggestive adult content in a stored video.
Amazon Rekognition Video can moderate content in a video stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartContentModeration
returns a job identifier (JobId
) which you use to get the results of the analysis. When content moderation analysis is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
.
To get the results of the content moderation analysis, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetContentModeration and pass the job identifier (JobId
) from the initial call to StartContentModeration
.
For more information, see Detecting Unsafe Content in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartContentModerationRequest",
"variableName" : "startContentModerationRequest",
"variableType" : "StartContentModerationRequest",
"documentation" : "",
"simpleType" : "StartContentModerationRequest",
"variableSetterType" : "StartContentModerationRequest"
},
"methodName" : "startContentModeration",
"operationName" : "StartContentModeration",
"paginated" : false,
"returnType" : {
"returnType" : "StartContentModerationResponse",
"documentation" : null
},
"syncReturnType" : "StartContentModerationResponse"
},
"StartFaceDetection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts asynchronous detection of faces in a stored video.
Amazon Rekognition Video can detect faces in a video stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartFaceDetection
returns a job identifier (JobId
) that you use to get the results of the operation. When face detection is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
. To get the results of the face detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetFaceDetection and pass the job identifier (JobId
) from the initial call to StartFaceDetection
.
For more information, see Detecting Faces in a Stored Video in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartFaceDetectionRequest",
"variableName" : "startFaceDetectionRequest",
"variableType" : "StartFaceDetectionRequest",
"documentation" : "",
"simpleType" : "StartFaceDetectionRequest",
"variableSetterType" : "StartFaceDetectionRequest"
},
"methodName" : "startFaceDetection",
"operationName" : "StartFaceDetection",
"paginated" : false,
"returnType" : {
"returnType" : "StartFaceDetectionResponse",
"documentation" : null
},
"syncReturnType" : "StartFaceDetectionResponse"
},
"StartFaceSearch" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.
The video must be stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartFaceSearch
returns a job identifier (JobId
) which you use to get the search results once the search has completed. When searching is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
. To get the search results, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetFaceSearch and pass the job identifier (JobId
) from the initial call to StartFaceSearch
. For more information, see procedure-person-search-videos.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartFaceSearchRequest",
"variableName" : "startFaceSearchRequest",
"variableType" : "StartFaceSearchRequest",
"documentation" : "",
"simpleType" : "StartFaceSearchRequest",
"variableSetterType" : "StartFaceSearchRequest"
},
"methodName" : "startFaceSearch",
"operationName" : "StartFaceSearch",
"paginated" : false,
"returnType" : {
"returnType" : "StartFaceSearchResponse",
"documentation" : null
},
"syncReturnType" : "StartFaceSearchResponse"
},
"StartLabelDetection" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts asynchronous detection of labels in a stored video.
Amazon Rekognition Video can detect labels in a video. Labels are instances of real-world entities. This includes objects like flower, tree, and table; events like wedding, graduation, and birthday party; concepts like landscape, evening, and nature; and activities like a person getting out of a car or a person skiing.
The video must be stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartLabelDetection
returns a job identifier (JobId
) which you use to get the results of the operation. When label detection is finished, Amazon Rekognition Video publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
.
To get the results of the label detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetLabelDetection and pass the job identifier (JobId
) from the initial call to StartLabelDetection
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartLabelDetectionRequest",
"variableName" : "startLabelDetectionRequest",
"variableType" : "StartLabelDetectionRequest",
"documentation" : "",
"simpleType" : "StartLabelDetectionRequest",
"variableSetterType" : "StartLabelDetectionRequest"
},
"methodName" : "startLabelDetection",
"operationName" : "StartLabelDetection",
"paginated" : false,
"returnType" : {
"returnType" : "StartLabelDetectionResponse",
"documentation" : null
},
"syncReturnType" : "StartLabelDetectionResponse"
},
"StartPersonTracking" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts the asynchronous tracking of a person's path in a stored video.
Amazon Rekognition Video can track the path of people in a video stored in an Amazon S3 bucket. Use Video to specify the bucket name and the filename of the video. StartPersonTracking
returns a job identifier (JobId
) which you use to get the results of the operation. When label detection is finished, Amazon Rekognition publishes a completion status to the Amazon Simple Notification Service topic that you specify in NotificationChannel
.
To get the results of the person detection operation, first check that the status value published to the Amazon SNS topic is SUCCEEDED
. If so, call GetPersonTracking and pass the job identifier (JobId
) from the initial call to StartPersonTracking
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A ClientRequestToken
input parameter was reused with an operation, but at least one of the other input parameters is different from the previous call to the operation.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidS3ObjectException",
"documentation" : "Amazon Rekognition is unable to access the S3 object specified in the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "VideoTooLargeException",
"documentation" : "The file size or duration of the supplied media is too large. The maximum file size is 8GB. The maximum duration is 2 hours.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "An Amazon Rekognition service limit was exceeded. For example, if you start too many Amazon Rekognition Video jobs concurrently, calls to start operations (StartLabelDetection
, for example) will raise a LimitExceededException
exception (HTTP status code: 400) until the number of concurrently running jobs is below the Amazon Rekognition service limit.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartPersonTrackingRequest",
"variableName" : "startPersonTrackingRequest",
"variableType" : "StartPersonTrackingRequest",
"documentation" : "",
"simpleType" : "StartPersonTrackingRequest",
"variableSetterType" : "StartPersonTrackingRequest"
},
"methodName" : "startPersonTracking",
"operationName" : "StartPersonTracking",
"paginated" : false,
"returnType" : {
"returnType" : "StartPersonTrackingResponse",
"documentation" : null
},
"syncReturnType" : "StartPersonTrackingResponse"
},
"StartStreamProcessor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Starts processing a stream processor. You create a stream processor by calling CreateStreamProcessor. To tell StartStreamProcessor
which stream processor to start, use the value of the Name
field specified in the call to CreateStreamProcessor
.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StartStreamProcessorRequest",
"variableName" : "startStreamProcessorRequest",
"variableType" : "StartStreamProcessorRequest",
"documentation" : "",
"simpleType" : "StartStreamProcessorRequest",
"variableSetterType" : "StartStreamProcessorRequest"
},
"methodName" : "startStreamProcessor",
"operationName" : "StartStreamProcessor",
"paginated" : false,
"returnType" : {
"returnType" : "StartStreamProcessorResponse",
"documentation" : null
},
"syncReturnType" : "StartStreamProcessorResponse"
},
"StopStreamProcessor" : {
"authType" : "IAM",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Stops a running stream processor that was created by CreateStreamProcessor.
",
"endpointDiscovery" : null,
"endpointOperation" : false,
"endpointTrait" : null,
"exceptions" : [ {
"exceptionName" : "AccessDeniedException",
"documentation" : "You are not authorized to perform the action.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalServerErrorException",
"documentation" : "Amazon Rekognition experienced a service issue. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ThrottlingException",
"documentation" : "Amazon Rekognition is temporarily unable to process the request. Try your call again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "Input parameter violated a constraint. Validate your parameter before calling the API operation again.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The collection specified in the request cannot be found.
",
"httpStatusCode" : null
}, {
"exceptionName" : "ResourceInUseException",
"documentation" : "",
"httpStatusCode" : null
}, {
"exceptionName" : "ProvisionedThroughputExceededException",
"documentation" : "The number of requests exceeded your throughput limit. If you want to increase this limit, contact Amazon Rekognition.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "StopStreamProcessorRequest",
"variableName" : "stopStreamProcessorRequest",
"variableType" : "StopStreamProcessorRequest",
"documentation" : "",
"simpleType" : "StopStreamProcessorRequest",
"variableSetterType" : "StopStreamProcessorRequest"
},
"methodName" : "stopStreamProcessor",
"operationName" : "StopStreamProcessor",
"paginated" : false,
"returnType" : {
"returnType" : "StopStreamProcessorResponse",
"documentation" : null
},
"syncReturnType" : "StopStreamProcessorResponse"
}
},
"shapes" : {
"AccessDeniedException" : {
"c2jName" : "AccessDeniedException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "You are not authorized to perform the action.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : "AccessDeniedException",
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AccessDeniedException",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "AccessDeniedException",
"variableName" : "accessDeniedException",
"variableType" : "AccessDeniedException",
"documentation" : null,
"simpleType" : "AccessDeniedException",
"variableSetterType" : "AccessDeniedException"
},
"wrapper" : false
},
"AgeRange" : {
"c2jName" : "AgeRange",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Structure containing the estimated age range, in years, for a face.
Amazon Rekognition estimates an age range for faces detected in the input image. Estimated age ranges can overlap. A face of a 5-year-old might have an estimated range of 4-6, while the face of a 6-year-old might have an estimated range of 4-8.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getLow",
"beanStyleSetterMethodName" : "setLow",
"c2jName" : "Low",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The lowest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #low(Integer)}.\n@param low a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #low(Integer)",
"deprecated" : false,
"documentation" : "The lowest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "low",
"fluentSetterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "low",
"getterDocumentation" : "The lowest estimated age.
\n@return The lowest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Low",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Low",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Low",
"sensitive" : false,
"setterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.",
"setterMethodName" : "setLow",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : "The lowest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHigh",
"beanStyleSetterMethodName" : "setHigh",
"c2jName" : "High",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The highest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #high(Integer)}.\n@param high a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #high(Integer)",
"deprecated" : false,
"documentation" : "The highest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "high",
"fluentSetterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "high",
"getterDocumentation" : "The highest estimated age.
\n@return The highest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "High",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "High",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "High",
"sensitive" : false,
"setterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.",
"setterMethodName" : "setHigh",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : "The highest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"High" : {
"beanStyleGetterMethodName" : "getHigh",
"beanStyleSetterMethodName" : "setHigh",
"c2jName" : "High",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The highest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #high(Integer)}.\n@param high a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #high(Integer)",
"deprecated" : false,
"documentation" : "The highest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "high",
"fluentSetterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "high",
"getterDocumentation" : "The highest estimated age.
\n@return The highest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "High",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "High",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "High",
"sensitive" : false,
"setterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.",
"setterMethodName" : "setHigh",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : "The highest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
},
"Low" : {
"beanStyleGetterMethodName" : "getLow",
"beanStyleSetterMethodName" : "setLow",
"c2jName" : "Low",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The lowest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #low(Integer)}.\n@param low a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #low(Integer)",
"deprecated" : false,
"documentation" : "The lowest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "low",
"fluentSetterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "low",
"getterDocumentation" : "The lowest estimated age.
\n@return The lowest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Low",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Low",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Low",
"sensitive" : false,
"setterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.",
"setterMethodName" : "setLow",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : "The lowest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getLow",
"beanStyleSetterMethodName" : "setLow",
"c2jName" : "Low",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The lowest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #low(Integer)}.\n@param low a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #low(Integer)",
"deprecated" : false,
"documentation" : "The lowest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "low",
"fluentSetterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "low",
"getterDocumentation" : "The lowest estimated age.
\n@return The lowest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Low",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Low",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "Low",
"sensitive" : false,
"setterDocumentation" : "The lowest estimated age.
\n@param low The lowest estimated age.",
"setterMethodName" : "setLow",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "low",
"variableType" : "Integer",
"documentation" : "The lowest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHigh",
"beanStyleSetterMethodName" : "setHigh",
"c2jName" : "High",
"c2jShape" : "UInteger",
"defaultConsumerFluentSetterDocumentation" : "The highest estimated age.
\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #high(Integer)}.\n@param high a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #high(Integer)",
"deprecated" : false,
"documentation" : "The highest estimated age.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "high",
"fluentSetterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "high",
"getterDocumentation" : "The highest estimated age.
\n@return The highest estimated age.",
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "High",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "High",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "INTEGER",
"name" : "High",
"sensitive" : false,
"setterDocumentation" : "The highest estimated age.
\n@param high The highest estimated age.",
"setterMethodName" : "setHigh",
"setterModel" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : null,
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Integer",
"variableName" : "high",
"variableType" : "Integer",
"documentation" : "The highest estimated age.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AgeRange",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AgeRange",
"variableName" : "ageRange",
"variableType" : "AgeRange",
"documentation" : null,
"simpleType" : "AgeRange",
"variableSetterType" : "AgeRange"
},
"wrapper" : false
},
"Attribute" : {
"c2jName" : "Attribute",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "DEFAULT",
"value" : "DEFAULT"
}, {
"name" : "ALL",
"value" : "ALL"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Attribute",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Attribute",
"variableName" : "attribute",
"variableType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"wrapper" : false
},
"Beard" : {
"c2jName" : "Beard",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Indicates whether or not the face has a beard, and the confidence level in the determination.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #value(Boolean)}.\n@param value a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Boolean)",
"deprecated" : false,
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@return Boolean value that indicates whether the face has beard or not.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence in the determination.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence in the determination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence in the determination.
\n@return Level of confidence in the determination.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence in the determination.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Confidence" : {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence in the determination.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence in the determination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence in the determination.
\n@return Level of confidence in the determination.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence in the determination.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Value" : {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #value(Boolean)}.\n@param value a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Boolean)",
"deprecated" : false,
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@return Boolean value that indicates whether the face has beard or not.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getValue",
"beanStyleSetterMethodName" : "setValue",
"c2jName" : "Value",
"c2jShape" : "Boolean",
"defaultConsumerFluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\nThis is a convenience that creates an instance of the {@link Boolean.Builder} avoiding the need to create one manually via {@link Boolean#builder()}.\n\nWhen the {@link Consumer} completes, {@link Boolean.Builder#build()} is called immediately and its result is passed to {@link #value(Boolean)}.\n@param value a consumer that will call methods on {@link Boolean.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #value(Boolean)",
"deprecated" : false,
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "value",
"fluentSetterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "value",
"getterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@return Boolean value that indicates whether the face has beard or not.",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Value",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Value",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "BOOLEAN",
"name" : "Value",
"sensitive" : false,
"setterDocumentation" : "Boolean value that indicates whether the face has beard or not.
\n@param value Boolean value that indicates whether the face has beard or not.",
"setterMethodName" : "setValue",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : null,
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "value",
"variableType" : "Boolean",
"documentation" : "Boolean value that indicates whether the face has beard or not.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence in the determination.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence in the determination.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence in the determination.
\n@return Level of confidence in the determination.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence in the determination.
\n@param confidence Level of confidence in the determination.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence in the determination.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Beard",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Beard",
"variableName" : "beard",
"variableType" : "Beard",
"documentation" : null,
"simpleType" : "Beard",
"variableSetterType" : "Beard"
},
"wrapper" : false
},
"BoundingBox" : {
"c2jName" : "BoundingBox",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Identifies the bounding box around the label, face, or text. The left
(x-coordinate) and top
(y-coordinate) are coordinates representing the top and left sides of the bounding box. Note that the upper-left corner of the image is the origin (0,0).
The top
and left
values returned are ratios of the overall image size. For example, if the input image is 700x200 pixels, and the top-left coordinate of the bounding box is 350x50 pixels, the API returns a left
value of 0.5 (350/700) and a top
value of 0.25 (50/200).
The width
and height
values represent the dimensions of the bounding box as a ratio of the overall image dimension. For example, if the input image is 700x200 pixels, and the bounding box width is 70 pixels, the width returned is 0.1.
The bounding box coordinates can have negative values. For example, if Amazon Rekognition is able to detect a face that is at the image edge and is only partially visible, the service can return coordinates that are outside the image bounds and, depending on the image edge, you might get negative values or values greater than 1 for the left
or top
values.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@return Width of the bounding box as a ratio of the overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@return Height of the bounding box as a ratio of the overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@return Left coordinate of the bounding box as a ratio of overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@return Top coordinate of the bounding box as a ratio of overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Height" : {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@return Height of the bounding box as a ratio of the overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Left" : {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@return Left coordinate of the bounding box as a ratio of overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Top" : {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@return Top coordinate of the bounding box as a ratio of overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Width" : {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@return Width of the bounding box as a ratio of the overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getWidth",
"beanStyleSetterMethodName" : "setWidth",
"c2jName" : "Width",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #width(Float)}.\n@param width a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #width(Float)",
"deprecated" : false,
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "width",
"fluentSetterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "width",
"getterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@return Width of the bounding box as a ratio of the overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Width",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Width",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Width",
"sensitive" : false,
"setterDocumentation" : "Width of the bounding box as a ratio of the overall image width.
\n@param width Width of the bounding box as a ratio of the overall image width.",
"setterMethodName" : "setWidth",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "width",
"variableType" : "Float",
"documentation" : "Width of the bounding box as a ratio of the overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getHeight",
"beanStyleSetterMethodName" : "setHeight",
"c2jName" : "Height",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #height(Float)}.\n@param height a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #height(Float)",
"deprecated" : false,
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "height",
"fluentSetterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "height",
"getterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@return Height of the bounding box as a ratio of the overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Height",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Height",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Height",
"sensitive" : false,
"setterDocumentation" : "Height of the bounding box as a ratio of the overall image height.
\n@param height Height of the bounding box as a ratio of the overall image height.",
"setterMethodName" : "setHeight",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "height",
"variableType" : "Float",
"documentation" : "Height of the bounding box as a ratio of the overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLeft",
"beanStyleSetterMethodName" : "setLeft",
"c2jName" : "Left",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #left(Float)}.\n@param left a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #left(Float)",
"deprecated" : false,
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "left",
"fluentSetterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "left",
"getterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@return Left coordinate of the bounding box as a ratio of overall image width.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Left",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Left",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Left",
"sensitive" : false,
"setterDocumentation" : "Left coordinate of the bounding box as a ratio of overall image width.
\n@param left Left coordinate of the bounding box as a ratio of overall image width.",
"setterMethodName" : "setLeft",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "left",
"variableType" : "Float",
"documentation" : "Left coordinate of the bounding box as a ratio of overall image width.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTop",
"beanStyleSetterMethodName" : "setTop",
"c2jName" : "Top",
"c2jShape" : "Float",
"defaultConsumerFluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #top(Float)}.\n@param top a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #top(Float)",
"deprecated" : false,
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "top",
"fluentSetterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "top",
"getterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@return Top coordinate of the bounding box as a ratio of overall image height.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Top",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Top",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Top",
"sensitive" : false,
"setterDocumentation" : "Top coordinate of the bounding box as a ratio of overall image height.
\n@param top Top coordinate of the bounding box as a ratio of overall image height.",
"setterMethodName" : "setTop",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "top",
"variableType" : "Float",
"documentation" : "Top coordinate of the bounding box as a ratio of overall image height.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BoundingBox",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"wrapper" : false
},
"Celebrity" : {
"c2jName" : "Celebrity",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a celebrity recognized by the RecognizeCelebrities operation.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "A unique identifier for the celebrity.
\n@return A unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "A unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@return Provides information about the celebrity's face, such as its location on the image.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMatchConfidence",
"beanStyleSetterMethodName" : "setMatchConfidence",
"c2jName" : "MatchConfidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #matchConfidence(Float)}.\n@param matchConfidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchConfidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "matchConfidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "matchConfidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MatchConfidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MatchConfidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "MatchConfidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setMatchConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Face" : {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@return Provides information about the celebrity's face, such as its location on the image.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "A unique identifier for the celebrity.
\n@return A unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "A unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"MatchConfidence" : {
"beanStyleGetterMethodName" : "getMatchConfidence",
"beanStyleSetterMethodName" : "setMatchConfidence",
"c2jName" : "MatchConfidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #matchConfidence(Float)}.\n@param matchConfidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchConfidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "matchConfidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "matchConfidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MatchConfidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MatchConfidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "MatchConfidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setMatchConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Urls" : {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
\n@param urls An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional information about the celebrity. If there is no additional information about the celebrity, this list is empty.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "A unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "A unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "A unique identifier for the celebrity.
\n@return A unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "A unique identifier for the celebrity.
\n@param id A unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "A unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@return Provides information about the celebrity's face, such as its location on the image.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides information about the celebrity's face, such as its location on the image.
\n@param face Provides information about the celebrity's face, such as its location on the image.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides information about the celebrity's face, such as its location on the image.
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getMatchConfidence",
"beanStyleSetterMethodName" : "setMatchConfidence",
"c2jName" : "MatchConfidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #matchConfidence(Float)}.\n@param matchConfidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #matchConfidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "matchConfidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "matchConfidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "MatchConfidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "MatchConfidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "MatchConfidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param matchConfidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setMatchConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "matchConfidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "Celebrity",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "Celebrity",
"variableName" : "celebrity",
"variableType" : "Celebrity",
"documentation" : null,
"simpleType" : "Celebrity",
"variableSetterType" : "Celebrity"
},
"wrapper" : false
},
"CelebrityDetail" : {
"c2jName" : "CelebrityDetail",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information about a recognized celebrity.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional celebrity information.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The unique identifier for the celebrity.
\n@return The unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box around the body of a celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box around the body of a celebrity.
\n@return Bounding box around the body of a celebrity.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box around the body of a celebrity.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "FaceDetail",
"defaultConsumerFluentSetterDocumentation" : "Face details for the recognized celebrity.
\nThis is a convenience that creates an instance of the {@link FaceDetail.Builder} avoiding the need to create one manually via {@link FaceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link FaceDetail.Builder#build()} is called immediately and its result is passed to {@link #face(FaceDetail)}.\n@param face a consumer that will call methods on {@link FaceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(FaceDetail)",
"deprecated" : false,
"documentation" : "Face details for the recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Face details for the recognized celebrity.
\n@return Face details for the recognized celebrity.",
"getterModel" : {
"returnType" : "FaceDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : null,
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : "Face details for the recognized celebrity.
",
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BoundingBox" : {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box around the body of a celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box around the body of a celebrity.
\n@return Bounding box around the body of a celebrity.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box around the body of a celebrity.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
},
"Confidence" : {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Face" : {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "FaceDetail",
"defaultConsumerFluentSetterDocumentation" : "Face details for the recognized celebrity.
\nThis is a convenience that creates an instance of the {@link FaceDetail.Builder} avoiding the need to create one manually via {@link FaceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link FaceDetail.Builder#build()} is called immediately and its result is passed to {@link #face(FaceDetail)}.\n@param face a consumer that will call methods on {@link FaceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(FaceDetail)",
"deprecated" : false,
"documentation" : "Face details for the recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Face details for the recognized celebrity.
\n@return Face details for the recognized celebrity.",
"getterModel" : {
"returnType" : "FaceDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : null,
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : "Face details for the recognized celebrity.
",
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"xmlNameSpaceUri" : null
},
"Id" : {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The unique identifier for the celebrity.
\n@return The unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Name" : {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Urls" : {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional celebrity information.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getUrls",
"beanStyleSetterMethodName" : "setUrls",
"c2jName" : "Urls",
"c2jShape" : "Urls",
"defaultConsumerFluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #urls(List)}.\n@param urls a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #urls(List)",
"deprecated" : false,
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "urls",
"fluentSetterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "urls",
"getterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of URLs pointing to additional celebrity information.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Urls",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Urls",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Url",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #member(String)}.\n@param member a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(String)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Urls",
"sensitive" : false,
"setterDocumentation" : "An array of URLs pointing to additional celebrity information.
\n@param urls An array of URLs pointing to additional celebrity information.",
"setterMethodName" : "setUrls",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "urls",
"variableType" : "java.util.List",
"documentation" : "An array of URLs pointing to additional celebrity information.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getName",
"beanStyleSetterMethodName" : "setName",
"c2jName" : "Name",
"c2jShape" : "String",
"defaultConsumerFluentSetterDocumentation" : "The name of the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #name(String)}.\n@param name a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #name(String)",
"deprecated" : false,
"documentation" : "The name of the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "name",
"fluentSetterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "name",
"getterDocumentation" : "The name of the celebrity.
\n@return The name of the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Name",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Name",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Name",
"sensitive" : false,
"setterDocumentation" : "The name of the celebrity.
\n@param name The name of the celebrity.",
"setterMethodName" : "setName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "name",
"variableType" : "String",
"documentation" : "The name of the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getId",
"beanStyleSetterMethodName" : "setId",
"c2jName" : "Id",
"c2jShape" : "RekognitionUniqueId",
"defaultConsumerFluentSetterDocumentation" : "The unique identifier for the celebrity.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #id(String)}.\n@param id a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #id(String)",
"deprecated" : false,
"documentation" : "The unique identifier for the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "id",
"fluentSetterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "id",
"getterDocumentation" : "The unique identifier for the celebrity.
\n@return The unique identifier for the celebrity.",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Id",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Id",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "Id",
"sensitive" : false,
"setterDocumentation" : "The unique identifier for the celebrity.
\n@param id The unique identifier for the celebrity.",
"setterMethodName" : "setId",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "id",
"variableType" : "String",
"documentation" : "The unique identifier for the celebrity.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@return The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
\n@param confidence The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "The confidence, in percentage, that Amazon Rekognition has that the recognized face is the celebrity.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box around the body of a celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box around the body of a celebrity.
\n@return Bounding box around the body of a celebrity.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box around the body of a celebrity.
\n@param boundingBox Bounding box around the body of a celebrity.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box around the body of a celebrity.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "FaceDetail",
"defaultConsumerFluentSetterDocumentation" : "Face details for the recognized celebrity.
\nThis is a convenience that creates an instance of the {@link FaceDetail.Builder} avoiding the need to create one manually via {@link FaceDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link FaceDetail.Builder#build()} is called immediately and its result is passed to {@link #face(FaceDetail)}.\n@param face a consumer that will call methods on {@link FaceDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(FaceDetail)",
"deprecated" : false,
"documentation" : "Face details for the recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Face details for the recognized celebrity.
\n@return Face details for the recognized celebrity.",
"getterModel" : {
"returnType" : "FaceDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Face details for the recognized celebrity.
\n@param face Face details for the recognized celebrity.",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : null,
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "FaceDetail",
"variableName" : "face",
"variableType" : "FaceDetail",
"documentation" : "Face details for the recognized celebrity.
",
"simpleType" : "FaceDetail",
"variableSetterType" : "FaceDetail"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CelebrityDetail",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrityDetail",
"variableType" : "CelebrityDetail",
"documentation" : null,
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"wrapper" : false
},
"CelebrityRecognition" : {
"c2jName" : "CelebrityRecognition",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Information about a detected celebrity and the time the celebrity was detected in a stored video. For more information, see GetCelebrityRecognition in the Amazon Rekognition Developer Guide.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)",
"deprecated" : false,
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@return The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCelebrity",
"beanStyleSetterMethodName" : "setCelebrity",
"c2jName" : "Celebrity",
"c2jShape" : "CelebrityDetail",
"defaultConsumerFluentSetterDocumentation" : "Information about a recognized celebrity.
\nThis is a convenience that creates an instance of the {@link CelebrityDetail.Builder} avoiding the need to create one manually via {@link CelebrityDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CelebrityDetail.Builder#build()} is called immediately and its result is passed to {@link #celebrity(CelebrityDetail)}.\n@param celebrity a consumer that will call methods on {@link CelebrityDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #celebrity(CelebrityDetail)",
"deprecated" : false,
"documentation" : "Information about a recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "celebrity",
"fluentSetterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "celebrity",
"getterDocumentation" : "Information about a recognized celebrity.
\n@return Information about a recognized celebrity.",
"getterModel" : {
"returnType" : "CelebrityDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Celebrity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Celebrity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Celebrity",
"sensitive" : false,
"setterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.",
"setterMethodName" : "setCelebrity",
"setterModel" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : null,
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : "Information about a recognized celebrity.
",
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Celebrity" : {
"beanStyleGetterMethodName" : "getCelebrity",
"beanStyleSetterMethodName" : "setCelebrity",
"c2jName" : "Celebrity",
"c2jShape" : "CelebrityDetail",
"defaultConsumerFluentSetterDocumentation" : "Information about a recognized celebrity.
\nThis is a convenience that creates an instance of the {@link CelebrityDetail.Builder} avoiding the need to create one manually via {@link CelebrityDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CelebrityDetail.Builder#build()} is called immediately and its result is passed to {@link #celebrity(CelebrityDetail)}.\n@param celebrity a consumer that will call methods on {@link CelebrityDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #celebrity(CelebrityDetail)",
"deprecated" : false,
"documentation" : "Information about a recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "celebrity",
"fluentSetterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "celebrity",
"getterDocumentation" : "Information about a recognized celebrity.
\n@return Information about a recognized celebrity.",
"getterModel" : {
"returnType" : "CelebrityDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Celebrity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Celebrity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Celebrity",
"sensitive" : false,
"setterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.",
"setterMethodName" : "setCelebrity",
"setterModel" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : null,
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : "Information about a recognized celebrity.
",
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"xmlNameSpaceUri" : null
},
"Timestamp" : {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)",
"deprecated" : false,
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@return The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getTimestamp",
"beanStyleSetterMethodName" : "setTimestamp",
"c2jName" : "Timestamp",
"c2jShape" : "Timestamp",
"defaultConsumerFluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\nThis is a convenience that creates an instance of the {@link Long.Builder} avoiding the need to create one manually via {@link Long#builder()}.\n\nWhen the {@link Consumer} completes, {@link Long.Builder#build()} is called immediately and its result is passed to {@link #timestamp(Long)}.\n@param timestamp a consumer that will call methods on {@link Long.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #timestamp(Long)",
"deprecated" : false,
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "timestamp",
"fluentSetterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "timestamp",
"getterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@return The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Timestamp",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Timestamp",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "LONG",
"name" : "Timestamp",
"sensitive" : false,
"setterDocumentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
\n@param timestamp The time, in milliseconds from the start of the video, that the celebrity was recognized.",
"setterMethodName" : "setTimestamp",
"setterModel" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : null,
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Long",
"variableName" : "timestamp",
"variableType" : "Long",
"documentation" : "The time, in milliseconds from the start of the video, that the celebrity was recognized.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getCelebrity",
"beanStyleSetterMethodName" : "setCelebrity",
"c2jName" : "Celebrity",
"c2jShape" : "CelebrityDetail",
"defaultConsumerFluentSetterDocumentation" : "Information about a recognized celebrity.
\nThis is a convenience that creates an instance of the {@link CelebrityDetail.Builder} avoiding the need to create one manually via {@link CelebrityDetail#builder()}.\n\nWhen the {@link Consumer} completes, {@link CelebrityDetail.Builder#build()} is called immediately and its result is passed to {@link #celebrity(CelebrityDetail)}.\n@param celebrity a consumer that will call methods on {@link CelebrityDetail.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #celebrity(CelebrityDetail)",
"deprecated" : false,
"documentation" : "Information about a recognized celebrity.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "celebrity",
"fluentSetterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "celebrity",
"getterDocumentation" : "Information about a recognized celebrity.
\n@return Information about a recognized celebrity.",
"getterModel" : {
"returnType" : "CelebrityDetail",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Celebrity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Celebrity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Celebrity",
"sensitive" : false,
"setterDocumentation" : "Information about a recognized celebrity.
\n@param celebrity Information about a recognized celebrity.",
"setterMethodName" : "setCelebrity",
"setterModel" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : null,
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CelebrityDetail",
"variableName" : "celebrity",
"variableType" : "CelebrityDetail",
"documentation" : "Information about a recognized celebrity.
",
"simpleType" : "CelebrityDetail",
"variableSetterType" : "CelebrityDetail"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CelebrityRecognition",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CelebrityRecognition",
"variableName" : "celebrityRecognition",
"variableType" : "CelebrityRecognition",
"documentation" : null,
"simpleType" : "CelebrityRecognition",
"variableSetterType" : "CelebrityRecognition"
},
"wrapper" : false
},
"CelebrityRecognitionSortBy" : {
"c2jName" : "CelebrityRecognitionSortBy",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : [ {
"name" : "ID",
"value" : "ID"
}, {
"name" : "TIMESTAMP",
"value" : "TIMESTAMP"
} ],
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ ],
"membersAsMap" : { },
"nonStreamingMembers" : [ ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CelebrityRecognitionSortBy",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CelebrityRecognitionSortBy",
"variableName" : "celebrityRecognitionSortBy",
"variableType" : "CelebrityRecognitionSortBy",
"documentation" : null,
"simpleType" : "CelebrityRecognitionSortBy",
"variableSetterType" : "CelebrityRecognitionSortBy"
},
"wrapper" : false
},
"CompareFacesMatch" : {
"c2jName" : "CompareFacesMatch",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides information about a face in a target image that matches the source image face analyzed by CompareFaces
. The Face
property contains the bounding box of the face in the target image. The Similarity
property is the confidence that the source image face matches the face in the bounding box.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSimilarity",
"beanStyleSetterMethodName" : "setSimilarity",
"c2jName" : "Similarity",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that the faces match.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarity(Float)}.\n@param similarity a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarity(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that the faces match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarity",
"fluentSetterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarity",
"getterDocumentation" : "Level of confidence that the faces match.
\n@return Level of confidence that the faces match.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Similarity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Similarity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Similarity",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.",
"setterMethodName" : "setSimilarity",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : "Level of confidence that the faces match.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@return Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Face" : {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@return Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
},
"Similarity" : {
"beanStyleGetterMethodName" : "getSimilarity",
"beanStyleSetterMethodName" : "setSimilarity",
"c2jName" : "Similarity",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that the faces match.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarity(Float)}.\n@param similarity a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarity(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that the faces match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarity",
"fluentSetterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarity",
"getterDocumentation" : "Level of confidence that the faces match.
\n@return Level of confidence that the faces match.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Similarity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Similarity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Similarity",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.",
"setterMethodName" : "setSimilarity",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : "Level of confidence that the faces match.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSimilarity",
"beanStyleSetterMethodName" : "setSimilarity",
"c2jName" : "Similarity",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that the faces match.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarity(Float)}.\n@param similarity a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarity(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that the faces match.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarity",
"fluentSetterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarity",
"getterDocumentation" : "Level of confidence that the faces match.
\n@return Level of confidence that the faces match.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Similarity",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Similarity",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Similarity",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that the faces match.
\n@param similarity Level of confidence that the faces match.",
"setterMethodName" : "setSimilarity",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarity",
"variableType" : "Float",
"documentation" : "Level of confidence that the faces match.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFace",
"beanStyleSetterMethodName" : "setFace",
"c2jName" : "Face",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #face(ComparedFace)}.\n@param face a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #face(ComparedFace)",
"deprecated" : false,
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "face",
"fluentSetterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "face",
"getterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@return Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Face",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Face",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Face",
"sensitive" : false,
"setterDocumentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
\n@param face Provides face metadata (bounding box and confidence that the bounding box actually contains a face).",
"setterMethodName" : "setFace",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "face",
"variableType" : "ComparedFace",
"documentation" : "Provides face metadata (bounding box and confidence that the bounding box actually contains a face).
",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CompareFacesMatch",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "compareFacesMatch",
"variableType" : "CompareFacesMatch",
"documentation" : null,
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"wrapper" : false
},
"CompareFacesRequest" : {
"c2jName" : "CompareFacesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : {
"action" : "CompareFaces",
"locationName" : null,
"requestUri" : "/",
"target" : "RekognitionService.CompareFaces",
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"beanStyleGetterMethodName" : "getSourceImage",
"beanStyleSetterMethodName" : "setSourceImage",
"c2jName" : "SourceImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #sourceImage(Image)}.\n@param sourceImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImage(Image)",
"deprecated" : false,
"documentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImage",
"fluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImage",
"getterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImage",
"sensitive" : false,
"setterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setSourceImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetImage",
"beanStyleSetterMethodName" : "setTargetImage",
"c2jName" : "TargetImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #targetImage(Image)}.\n@param targetImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImage(Image)",
"deprecated" : false,
"documentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetImage",
"fluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetImage",
"getterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TargetImage",
"sensitive" : false,
"setterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setTargetImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSimilarityThreshold",
"beanStyleSetterMethodName" : "setSimilarityThreshold",
"c2jName" : "SimilarityThreshold",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarityThreshold(Float)}.\n@param similarityThreshold a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarityThreshold(Float)",
"deprecated" : false,
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarityThreshold",
"fluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarityThreshold",
"getterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@return The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SimilarityThreshold",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SimilarityThreshold",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "SimilarityThreshold",
"sensitive" : false,
"setterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"setterMethodName" : "setSimilarityThreshold",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"SimilarityThreshold" : {
"beanStyleGetterMethodName" : "getSimilarityThreshold",
"beanStyleSetterMethodName" : "setSimilarityThreshold",
"c2jName" : "SimilarityThreshold",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarityThreshold(Float)}.\n@param similarityThreshold a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarityThreshold(Float)",
"deprecated" : false,
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarityThreshold",
"fluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarityThreshold",
"getterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@return The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SimilarityThreshold",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SimilarityThreshold",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "SimilarityThreshold",
"sensitive" : false,
"setterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"setterMethodName" : "setSimilarityThreshold",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"SourceImage" : {
"beanStyleGetterMethodName" : "getSourceImage",
"beanStyleSetterMethodName" : "setSourceImage",
"c2jName" : "SourceImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #sourceImage(Image)}.\n@param sourceImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImage(Image)",
"deprecated" : false,
"documentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImage",
"fluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImage",
"getterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImage",
"sensitive" : false,
"setterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setSourceImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
},
"TargetImage" : {
"beanStyleGetterMethodName" : "getTargetImage",
"beanStyleSetterMethodName" : "setTargetImage",
"c2jName" : "TargetImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #targetImage(Image)}.\n@param targetImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImage(Image)",
"deprecated" : false,
"documentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetImage",
"fluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetImage",
"getterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TargetImage",
"sensitive" : false,
"setterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setTargetImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSourceImage",
"beanStyleSetterMethodName" : "setSourceImage",
"c2jName" : "SourceImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #sourceImage(Image)}.\n@param sourceImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImage(Image)",
"deprecated" : false,
"documentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImage",
"fluentSetterDocumentation" : "The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImage",
"getterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImage",
"sensitive" : false,
"setterDocumentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param sourceImage The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setSourceImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "sourceImage",
"variableType" : "Image",
"documentation" : "
The input image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetImage",
"beanStyleSetterMethodName" : "setTargetImage",
"c2jName" : "TargetImage",
"c2jShape" : "Image",
"defaultConsumerFluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\nThis is a convenience that creates an instance of the {@link Image.Builder} avoiding the need to create one manually via {@link Image#builder()}.\n\nWhen the {@link Consumer} completes, {@link Image.Builder#build()} is called immediately and its result is passed to {@link #targetImage(Image)}.\n@param targetImage a consumer that will call methods on {@link Image.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImage(Image)",
"deprecated" : false,
"documentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "targetImage",
"fluentSetterDocumentation" : "The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "targetImage",
"getterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@return The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"getterModel" : {
"returnType" : "Image",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImage",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImage",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "TargetImage",
"sensitive" : false,
"setterDocumentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
\n@param targetImage The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported. If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.",
"setterMethodName" : "setTargetImage",
"setterModel" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : null,
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Image",
"variableName" : "targetImage",
"variableType" : "Image",
"documentation" : "
The target image as base64-encoded bytes or an S3 object. If you use the AWS CLI to call Amazon Rekognition operations, passing base64-encoded image bytes is not supported.
If you are using an AWS SDK to call Amazon Rekognition, you might not need to base64-encode image bytes passed using the Bytes
field. For more information, see Images in the Amazon Rekognition developer guide.
",
"simpleType" : "Image",
"variableSetterType" : "Image"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSimilarityThreshold",
"beanStyleSetterMethodName" : "setSimilarityThreshold",
"c2jName" : "SimilarityThreshold",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #similarityThreshold(Float)}.\n@param similarityThreshold a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #similarityThreshold(Float)",
"deprecated" : false,
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "similarityThreshold",
"fluentSetterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "similarityThreshold",
"getterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@return The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SimilarityThreshold",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SimilarityThreshold",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "SimilarityThreshold",
"sensitive" : false,
"setterDocumentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
\n@param similarityThreshold The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.",
"setterMethodName" : "setSimilarityThreshold",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "similarityThreshold",
"variableType" : "Float",
"documentation" : "The minimum level of confidence in the face matches that a match must meet to be included in the FaceMatches
array.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "SourceImage", "TargetImage" ],
"shapeName" : "CompareFacesRequest",
"simpleMethod" : false,
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CompareFacesRequest",
"variableName" : "compareFacesRequest",
"variableType" : "CompareFacesRequest",
"documentation" : null,
"simpleType" : "CompareFacesRequest",
"variableSetterType" : "CompareFacesRequest"
},
"wrapper" : false
},
"CompareFacesResponse" : {
"c2jName" : "CompareFacesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getSourceImageFace",
"beanStyleSetterMethodName" : "setSourceImageFace",
"c2jName" : "SourceImageFace",
"c2jShape" : "ComparedSourceImageFace",
"defaultConsumerFluentSetterDocumentation" : "The face in the source image that was used for comparison.
\nThis is a convenience that creates an instance of the {@link ComparedSourceImageFace.Builder} avoiding the need to create one manually via {@link ComparedSourceImageFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedSourceImageFace.Builder#build()} is called immediately and its result is passed to {@link #sourceImageFace(ComparedSourceImageFace)}.\n@param sourceImageFace a consumer that will call methods on {@link ComparedSourceImageFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageFace(ComparedSourceImageFace)",
"deprecated" : false,
"documentation" : "The face in the source image that was used for comparison.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageFace",
"fluentSetterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageFace",
"getterDocumentation" : "The face in the source image that was used for comparison.
\n@return The face in the source image that was used for comparison.",
"getterModel" : {
"returnType" : "ComparedSourceImageFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageFace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageFace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImageFace",
"sensitive" : false,
"setterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.",
"setterMethodName" : "setSourceImageFace",
"setterModel" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : null,
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : "The face in the source image that was used for comparison.
",
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFaceMatches",
"beanStyleSetterMethodName" : "setFaceMatches",
"c2jName" : "FaceMatches",
"c2jShape" : "CompareFacesMatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #faceMatches(List)}.\n@param faceMatches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #faceMatches(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "faceMatches",
"fluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "faceMatches",
"getterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FaceMatches",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FaceMatches",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CompareFacesMatch",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CompareFacesMatch.Builder} avoiding the need to create one manually via {@link CompareFacesMatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link CompareFacesMatch.Builder#build()} is called immediately and its result is passed to {@link #member(CompareFacesMatch)}.\n@param member a consumer that will call methods on {@link CompareFacesMatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CompareFacesMatch)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CompareFacesMatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : null,
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : "",
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CompareFacesMatch",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CompareFacesMatch",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FaceMatches",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"setterMethodName" : "setFaceMatches",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUnmatchedFaces",
"beanStyleSetterMethodName" : "setUnmatchedFaces",
"c2jName" : "UnmatchedFaces",
"c2jShape" : "CompareFacesUnmatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #unmatchedFaces(List)}.\n@param unmatchedFaces a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unmatchedFaces(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "unmatchedFaces",
"fluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "unmatchedFaces",
"getterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that did not match the source image face.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UnmatchedFaces",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnmatchedFaces",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #member(ComparedFace)}.\n@param member a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ComparedFace)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : "",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ComparedFace",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ComparedFace",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "UnmatchedFaces",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.",
"setterMethodName" : "setUnmatchedFaces",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setSourceImageOrientationCorrection",
"c2jName" : "SourceImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageOrientationCorrectionAsString(String)}.\n@param sourceImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sourceImageOrientationCorrection",
"fluentEnumSetterMethodName" : "sourceImageOrientationCorrection",
"fluentGetterMethodName" : "sourceImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "sourceImageOrientationCorrection",
"getterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceImageOrientationCorrectionAsString}.\n
\n@return The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setSourceImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setTargetImageOrientationCorrection",
"c2jName" : "TargetImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetImageOrientationCorrectionAsString(String)}.\n@param targetImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "targetImageOrientationCorrection",
"fluentEnumSetterMethodName" : "targetImageOrientationCorrection",
"fluentGetterMethodName" : "targetImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "targetImageOrientationCorrection",
"getterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #targetImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetImageOrientationCorrectionAsString}.\n
\n@return The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setTargetImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FaceMatches" : {
"beanStyleGetterMethodName" : "getFaceMatches",
"beanStyleSetterMethodName" : "setFaceMatches",
"c2jName" : "FaceMatches",
"c2jShape" : "CompareFacesMatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #faceMatches(List)}.\n@param faceMatches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #faceMatches(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "faceMatches",
"fluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "faceMatches",
"getterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FaceMatches",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FaceMatches",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CompareFacesMatch",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CompareFacesMatch.Builder} avoiding the need to create one manually via {@link CompareFacesMatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link CompareFacesMatch.Builder#build()} is called immediately and its result is passed to {@link #member(CompareFacesMatch)}.\n@param member a consumer that will call methods on {@link CompareFacesMatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CompareFacesMatch)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CompareFacesMatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : null,
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : "",
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CompareFacesMatch",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CompareFacesMatch",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FaceMatches",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"setterMethodName" : "setFaceMatches",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"SourceImageFace" : {
"beanStyleGetterMethodName" : "getSourceImageFace",
"beanStyleSetterMethodName" : "setSourceImageFace",
"c2jName" : "SourceImageFace",
"c2jShape" : "ComparedSourceImageFace",
"defaultConsumerFluentSetterDocumentation" : "The face in the source image that was used for comparison.
\nThis is a convenience that creates an instance of the {@link ComparedSourceImageFace.Builder} avoiding the need to create one manually via {@link ComparedSourceImageFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedSourceImageFace.Builder#build()} is called immediately and its result is passed to {@link #sourceImageFace(ComparedSourceImageFace)}.\n@param sourceImageFace a consumer that will call methods on {@link ComparedSourceImageFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageFace(ComparedSourceImageFace)",
"deprecated" : false,
"documentation" : "The face in the source image that was used for comparison.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageFace",
"fluentSetterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageFace",
"getterDocumentation" : "The face in the source image that was used for comparison.
\n@return The face in the source image that was used for comparison.",
"getterModel" : {
"returnType" : "ComparedSourceImageFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageFace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageFace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImageFace",
"sensitive" : false,
"setterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.",
"setterMethodName" : "setSourceImageFace",
"setterModel" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : null,
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : "The face in the source image that was used for comparison.
",
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"xmlNameSpaceUri" : null
},
"SourceImageOrientationCorrection" : {
"beanStyleGetterMethodName" : "getSourceImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setSourceImageOrientationCorrection",
"c2jName" : "SourceImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageOrientationCorrectionAsString(String)}.\n@param sourceImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sourceImageOrientationCorrection",
"fluentEnumSetterMethodName" : "sourceImageOrientationCorrection",
"fluentGetterMethodName" : "sourceImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "sourceImageOrientationCorrection",
"getterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceImageOrientationCorrectionAsString}.\n
\n@return The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setSourceImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"TargetImageOrientationCorrection" : {
"beanStyleGetterMethodName" : "getTargetImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setTargetImageOrientationCorrection",
"c2jName" : "TargetImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetImageOrientationCorrectionAsString(String)}.\n@param targetImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "targetImageOrientationCorrection",
"fluentEnumSetterMethodName" : "targetImageOrientationCorrection",
"fluentGetterMethodName" : "targetImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "targetImageOrientationCorrection",
"getterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #targetImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetImageOrientationCorrectionAsString}.\n
\n@return The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setTargetImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"UnmatchedFaces" : {
"beanStyleGetterMethodName" : "getUnmatchedFaces",
"beanStyleSetterMethodName" : "setUnmatchedFaces",
"c2jName" : "UnmatchedFaces",
"c2jShape" : "CompareFacesUnmatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #unmatchedFaces(List)}.\n@param unmatchedFaces a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unmatchedFaces(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "unmatchedFaces",
"fluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "unmatchedFaces",
"getterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that did not match the source image face.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UnmatchedFaces",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnmatchedFaces",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #member(ComparedFace)}.\n@param member a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ComparedFace)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : "",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ComparedFace",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ComparedFace",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "UnmatchedFaces",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.",
"setterMethodName" : "setUnmatchedFaces",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getSourceImageFace",
"beanStyleSetterMethodName" : "setSourceImageFace",
"c2jName" : "SourceImageFace",
"c2jShape" : "ComparedSourceImageFace",
"defaultConsumerFluentSetterDocumentation" : "The face in the source image that was used for comparison.
\nThis is a convenience that creates an instance of the {@link ComparedSourceImageFace.Builder} avoiding the need to create one manually via {@link ComparedSourceImageFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedSourceImageFace.Builder#build()} is called immediately and its result is passed to {@link #sourceImageFace(ComparedSourceImageFace)}.\n@param sourceImageFace a consumer that will call methods on {@link ComparedSourceImageFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageFace(ComparedSourceImageFace)",
"deprecated" : false,
"documentation" : "The face in the source image that was used for comparison.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "sourceImageFace",
"fluentSetterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "sourceImageFace",
"getterDocumentation" : "The face in the source image that was used for comparison.
\n@return The face in the source image that was used for comparison.",
"getterModel" : {
"returnType" : "ComparedSourceImageFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageFace",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageFace",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "SourceImageFace",
"sensitive" : false,
"setterDocumentation" : "The face in the source image that was used for comparison.
\n@param sourceImageFace The face in the source image that was used for comparison.",
"setterMethodName" : "setSourceImageFace",
"setterModel" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : null,
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedSourceImageFace",
"variableName" : "sourceImageFace",
"variableType" : "ComparedSourceImageFace",
"documentation" : "The face in the source image that was used for comparison.
",
"simpleType" : "ComparedSourceImageFace",
"variableSetterType" : "ComparedSourceImageFace"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getFaceMatches",
"beanStyleSetterMethodName" : "setFaceMatches",
"c2jName" : "FaceMatches",
"c2jShape" : "CompareFacesMatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #faceMatches(List)}.\n@param faceMatches a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #faceMatches(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "faceMatches",
"fluentSetterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "faceMatches",
"getterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "FaceMatches",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "FaceMatches",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "CompareFacesMatch",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link CompareFacesMatch.Builder} avoiding the need to create one manually via {@link CompareFacesMatch#builder()}.\n\nWhen the {@link Consumer} completes, {@link CompareFacesMatch.Builder#build()} is called immediately and its result is passed to {@link #member(CompareFacesMatch)}.\n@param member a consumer that will call methods on {@link CompareFacesMatch.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(CompareFacesMatch)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "CompareFacesMatch",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : null,
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "CompareFacesMatch",
"variableName" : "member",
"variableType" : "CompareFacesMatch",
"documentation" : "",
"simpleType" : "CompareFacesMatch",
"variableSetterType" : "CompareFacesMatch"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "CompareFacesMatch",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "CompareFacesMatch",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "FaceMatches",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
\n@param faceMatches An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.",
"setterMethodName" : "setFaceMatches",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "faceMatches",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that match the source image face. Each CompareFacesMatch
object provides the bounding box, the confidence level that the bounding box contains a face, and the similarity score for the face in the bounding box and the face in the source image.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getUnmatchedFaces",
"beanStyleSetterMethodName" : "setUnmatchedFaces",
"c2jName" : "UnmatchedFaces",
"c2jShape" : "CompareFacesUnmatchList",
"defaultConsumerFluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #unmatchedFaces(List)}.\n@param unmatchedFaces a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #unmatchedFaces(List)",
"deprecated" : false,
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "unmatchedFaces",
"fluentSetterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "unmatchedFaces",
"getterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of faces in the target image that did not match the source image face.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "UnmatchedFaces",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "UnmatchedFaces",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "ComparedFace",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link ComparedFace.Builder} avoiding the need to create one manually via {@link ComparedFace#builder()}.\n\nWhen the {@link Consumer} completes, {@link ComparedFace.Builder#build()} is called immediately and its result is passed to {@link #member(ComparedFace)}.\n@param member a consumer that will call methods on {@link ComparedFace.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(ComparedFace)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "ComparedFace",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : null,
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ComparedFace",
"variableName" : "member",
"variableType" : "ComparedFace",
"documentation" : "",
"simpleType" : "ComparedFace",
"variableSetterType" : "ComparedFace"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ComparedFace",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "ComparedFace",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "UnmatchedFaces",
"sensitive" : false,
"setterDocumentation" : "An array of faces in the target image that did not match the source image face.
\n@param unmatchedFaces An array of faces in the target image that did not match the source image face.",
"setterMethodName" : "setUnmatchedFaces",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "unmatchedFaces",
"variableType" : "java.util.List",
"documentation" : "An array of faces in the target image that did not match the source image face.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getSourceImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setSourceImageOrientationCorrection",
"c2jName" : "SourceImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #sourceImageOrientationCorrectionAsString(String)}.\n@param sourceImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #sourceImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "sourceImageOrientationCorrection",
"fluentEnumSetterMethodName" : "sourceImageOrientationCorrection",
"fluentGetterMethodName" : "sourceImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "sourceImageOrientationCorrection",
"getterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #sourceImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #sourceImageOrientationCorrectionAsString}.\n
\n@return The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "SourceImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "SourceImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param sourceImageOrientationCorrection The value of SourceImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setSourceImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of SourceImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getTargetImageOrientationCorrectionAsString",
"beanStyleSetterMethodName" : "setTargetImageOrientationCorrection",
"c2jName" : "TargetImageOrientationCorrection",
"c2jShape" : "OrientationCorrection",
"defaultConsumerFluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #targetImageOrientationCorrectionAsString(String)}.\n@param targetImageOrientationCorrection a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #targetImageOrientationCorrection(String)",
"deprecated" : false,
"documentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"endpointDiscoveryId" : false,
"enumType" : "OrientationCorrection",
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : "targetImageOrientationCorrection",
"fluentEnumSetterMethodName" : "targetImageOrientationCorrection",
"fluentGetterMethodName" : "targetImageOrientationCorrectionAsString",
"fluentSetterDocumentation" : "The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection\n@return Returns a reference to this object so that method calls can be chained together.\n@see OrientationCorrection",
"fluentSetterMethodName" : "targetImageOrientationCorrection",
"getterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n\nIf the service returns an enum value that is not available in the current SDK version, {@link #targetImageOrientationCorrection} will return {@link OrientationCorrection#UNKNOWN_TO_SDK_VERSION}. The raw value returned by the service is available from {@link #targetImageOrientationCorrectionAsString}.\n
\n@return The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "TargetImageOrientationCorrection",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "TargetImageOrientationCorrection",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "STRING",
"name" : "TargetImageOrientationCorrection",
"sensitive" : false,
"setterDocumentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
\n@param targetImageOrientationCorrection The value of TargetImageOrientationCorrection
is always null. If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.\n@see OrientationCorrection",
"setterMethodName" : "setTargetImageOrientationCorrection",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : null,
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "targetImageOrientationCorrection",
"variableType" : "String",
"documentation" : "
The value of TargetImageOrientationCorrection
is always null.
If the input image is in .jpeg format, it might contain exchangeable image file format (Exif) metadata that includes the image's orientation. Amazon Rekognition uses this orientation information to perform image correction. The bounding box coordinates are translated to represent object locations after the orientation information in the Exif metadata is used to correct the image orientation. Images in .png format don't contain Exif metadata.
Amazon Rekognition doesn’t perform image correction for images in .png format and .jpeg images without orientation information in the image Exif metadata. The bounding box coordinates aren't translated and represent the object locations before the image is rotated.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CompareFacesResponse",
"simpleMethod" : false,
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "CompareFacesResponse",
"variableName" : "compareFacesResponse",
"variableType" : "CompareFacesResponse",
"documentation" : null,
"simpleType" : "CompareFacesResponse",
"variableSetterType" : "CompareFacesResponse"
},
"wrapper" : false
},
"ComparedFace" : {
"c2jName" : "ComparedFace",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false,
"staxTargetDepthOffset" : 0
},
"deprecated" : false,
"documentation" : "Provides face metadata for target image faces that are analyzed by CompareFaces
and RecognizeCelebrities
.
",
"endpointDiscovery" : null,
"enums" : null,
"errorCode" : null,
"event" : false,
"eventStream" : false,
"explicitEventPayloadMember" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasRequiresLengthMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"httpStatusCode" : null,
"marshaller" : null,
"members" : [ {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box of the face.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box of the face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box of the face.
\n@return Bounding box of the face.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box of the face.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@return Level of confidence that what the bounding box contains is a face.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLandmarks",
"beanStyleSetterMethodName" : "setLandmarks",
"c2jName" : "Landmarks",
"c2jShape" : "Landmarks",
"defaultConsumerFluentSetterDocumentation" : "An array of facial landmarks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #landmarks(List)}.\n@param landmarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #landmarks(List)",
"deprecated" : false,
"documentation" : "An array of facial landmarks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "landmarks",
"fluentSetterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "landmarks",
"getterDocumentation" : "An array of facial landmarks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of facial landmarks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Landmarks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Landmarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Landmark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Landmark.Builder} avoiding the need to create one manually via {@link Landmark#builder()}.\n\nWhen the {@link Consumer} completes, {@link Landmark.Builder#build()} is called immediately and its result is passed to {@link #member(Landmark)}.\n@param member a consumer that will call methods on {@link Landmark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Landmark)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Landmark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : null,
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : "",
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Landmark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Landmark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Landmarks",
"sensitive" : false,
"setterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.",
"setterMethodName" : "setLandmarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "landmarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "landmarks",
"variableType" : "java.util.List",
"documentation" : "An array of facial landmarks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getPose",
"beanStyleSetterMethodName" : "setPose",
"c2jName" : "Pose",
"c2jShape" : "Pose",
"defaultConsumerFluentSetterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\nThis is a convenience that creates an instance of the {@link Pose.Builder} avoiding the need to create one manually via {@link Pose#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pose.Builder#build()} is called immediately and its result is passed to {@link #pose(Pose)}.\n@param pose a consumer that will call methods on {@link Pose.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pose(Pose)",
"deprecated" : false,
"documentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pose",
"fluentSetterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@param pose Indicates the pose of the face as determined by its pitch, roll, and yaw.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pose",
"getterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@return Indicates the pose of the face as determined by its pitch, roll, and yaw.",
"getterModel" : {
"returnType" : "Pose",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pose",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pose",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Pose",
"sensitive" : false,
"setterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@param pose Indicates the pose of the face as determined by its pitch, roll, and yaw.",
"setterMethodName" : "setPose",
"setterModel" : {
"variableDeclarationType" : "Pose",
"variableName" : "pose",
"variableType" : "Pose",
"documentation" : null,
"simpleType" : "Pose",
"variableSetterType" : "Pose"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Pose",
"variableName" : "pose",
"variableType" : "Pose",
"documentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
",
"simpleType" : "Pose",
"variableSetterType" : "Pose"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getQuality",
"beanStyleSetterMethodName" : "setQuality",
"c2jName" : "Quality",
"c2jShape" : "ImageQuality",
"defaultConsumerFluentSetterDocumentation" : "Identifies face image brightness and sharpness.
\nThis is a convenience that creates an instance of the {@link ImageQuality.Builder} avoiding the need to create one manually via {@link ImageQuality#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageQuality.Builder#build()} is called immediately and its result is passed to {@link #quality(ImageQuality)}.\n@param quality a consumer that will call methods on {@link ImageQuality.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #quality(ImageQuality)",
"deprecated" : false,
"documentation" : "Identifies face image brightness and sharpness.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "quality",
"fluentSetterDocumentation" : "Identifies face image brightness and sharpness.
\n@param quality Identifies face image brightness and sharpness.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "quality",
"getterDocumentation" : "Identifies face image brightness and sharpness.
\n@return Identifies face image brightness and sharpness.",
"getterModel" : {
"returnType" : "ImageQuality",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Quality",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Quality",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Quality",
"sensitive" : false,
"setterDocumentation" : "Identifies face image brightness and sharpness.
\n@param quality Identifies face image brightness and sharpness.",
"setterMethodName" : "setQuality",
"setterModel" : {
"variableDeclarationType" : "ImageQuality",
"variableName" : "quality",
"variableType" : "ImageQuality",
"documentation" : null,
"simpleType" : "ImageQuality",
"variableSetterType" : "ImageQuality"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ImageQuality",
"variableName" : "quality",
"variableType" : "ImageQuality",
"documentation" : "Identifies face image brightness and sharpness.
",
"simpleType" : "ImageQuality",
"variableSetterType" : "ImageQuality"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"BoundingBox" : {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box of the face.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box of the face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box of the face.
\n@return Bounding box of the face.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box of the face.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
},
"Confidence" : {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@return Level of confidence that what the bounding box contains is a face.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
},
"Landmarks" : {
"beanStyleGetterMethodName" : "getLandmarks",
"beanStyleSetterMethodName" : "setLandmarks",
"c2jName" : "Landmarks",
"c2jShape" : "Landmarks",
"defaultConsumerFluentSetterDocumentation" : "An array of facial landmarks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #landmarks(List)}.\n@param landmarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #landmarks(List)",
"deprecated" : false,
"documentation" : "An array of facial landmarks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "landmarks",
"fluentSetterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "landmarks",
"getterDocumentation" : "An array of facial landmarks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of facial landmarks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Landmarks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Landmarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Landmark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Landmark.Builder} avoiding the need to create one manually via {@link Landmark#builder()}.\n\nWhen the {@link Consumer} completes, {@link Landmark.Builder#build()} is called immediately and its result is passed to {@link #member(Landmark)}.\n@param member a consumer that will call methods on {@link Landmark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Landmark)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Landmark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : null,
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : "",
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Landmark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Landmark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Landmarks",
"sensitive" : false,
"setterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.",
"setterMethodName" : "setLandmarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "landmarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "landmarks",
"variableType" : "java.util.List",
"documentation" : "An array of facial landmarks.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Pose" : {
"beanStyleGetterMethodName" : "getPose",
"beanStyleSetterMethodName" : "setPose",
"c2jName" : "Pose",
"c2jShape" : "Pose",
"defaultConsumerFluentSetterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\nThis is a convenience that creates an instance of the {@link Pose.Builder} avoiding the need to create one manually via {@link Pose#builder()}.\n\nWhen the {@link Consumer} completes, {@link Pose.Builder#build()} is called immediately and its result is passed to {@link #pose(Pose)}.\n@param pose a consumer that will call methods on {@link Pose.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #pose(Pose)",
"deprecated" : false,
"documentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "pose",
"fluentSetterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@param pose Indicates the pose of the face as determined by its pitch, roll, and yaw.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "pose",
"getterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@return Indicates the pose of the face as determined by its pitch, roll, and yaw.",
"getterModel" : {
"returnType" : "Pose",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Pose",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Pose",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Pose",
"sensitive" : false,
"setterDocumentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
\n@param pose Indicates the pose of the face as determined by its pitch, roll, and yaw.",
"setterMethodName" : "setPose",
"setterModel" : {
"variableDeclarationType" : "Pose",
"variableName" : "pose",
"variableType" : "Pose",
"documentation" : null,
"simpleType" : "Pose",
"variableSetterType" : "Pose"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Pose",
"variableName" : "pose",
"variableType" : "Pose",
"documentation" : "Indicates the pose of the face as determined by its pitch, roll, and yaw.
",
"simpleType" : "Pose",
"variableSetterType" : "Pose"
},
"xmlNameSpaceUri" : null
},
"Quality" : {
"beanStyleGetterMethodName" : "getQuality",
"beanStyleSetterMethodName" : "setQuality",
"c2jName" : "Quality",
"c2jShape" : "ImageQuality",
"defaultConsumerFluentSetterDocumentation" : "Identifies face image brightness and sharpness.
\nThis is a convenience that creates an instance of the {@link ImageQuality.Builder} avoiding the need to create one manually via {@link ImageQuality#builder()}.\n\nWhen the {@link Consumer} completes, {@link ImageQuality.Builder#build()} is called immediately and its result is passed to {@link #quality(ImageQuality)}.\n@param quality a consumer that will call methods on {@link ImageQuality.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #quality(ImageQuality)",
"deprecated" : false,
"documentation" : "Identifies face image brightness and sharpness.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "quality",
"fluentSetterDocumentation" : "Identifies face image brightness and sharpness.
\n@param quality Identifies face image brightness and sharpness.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "quality",
"getterDocumentation" : "Identifies face image brightness and sharpness.
\n@return Identifies face image brightness and sharpness.",
"getterModel" : {
"returnType" : "ImageQuality",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Quality",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Quality",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Quality",
"sensitive" : false,
"setterDocumentation" : "Identifies face image brightness and sharpness.
\n@param quality Identifies face image brightness and sharpness.",
"setterMethodName" : "setQuality",
"setterModel" : {
"variableDeclarationType" : "ImageQuality",
"variableName" : "quality",
"variableType" : "ImageQuality",
"documentation" : null,
"simpleType" : "ImageQuality",
"variableSetterType" : "ImageQuality"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "ImageQuality",
"variableName" : "quality",
"variableType" : "ImageQuality",
"documentation" : "Identifies face image brightness and sharpness.
",
"simpleType" : "ImageQuality",
"variableSetterType" : "ImageQuality"
},
"xmlNameSpaceUri" : null
}
},
"nonStreamingMembers" : [ {
"beanStyleGetterMethodName" : "getBoundingBox",
"beanStyleSetterMethodName" : "setBoundingBox",
"c2jName" : "BoundingBox",
"c2jShape" : "BoundingBox",
"defaultConsumerFluentSetterDocumentation" : "Bounding box of the face.
\nThis is a convenience that creates an instance of the {@link BoundingBox.Builder} avoiding the need to create one manually via {@link BoundingBox#builder()}.\n\nWhen the {@link Consumer} completes, {@link BoundingBox.Builder#build()} is called immediately and its result is passed to {@link #boundingBox(BoundingBox)}.\n@param boundingBox a consumer that will call methods on {@link BoundingBox.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #boundingBox(BoundingBox)",
"deprecated" : false,
"documentation" : "Bounding box of the face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "boundingBox",
"fluentSetterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "boundingBox",
"getterDocumentation" : "Bounding box of the face.
\n@return Bounding box of the face.",
"getterModel" : {
"returnType" : "BoundingBox",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "BoundingBox",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "BoundingBox",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "BoundingBox",
"sensitive" : false,
"setterDocumentation" : "Bounding box of the face.
\n@param boundingBox Bounding box of the face.",
"setterMethodName" : "setBoundingBox",
"setterModel" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : null,
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "BoundingBox",
"variableName" : "boundingBox",
"variableType" : "BoundingBox",
"documentation" : "Bounding box of the face.
",
"simpleType" : "BoundingBox",
"variableSetterType" : "BoundingBox"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getConfidence",
"beanStyleSetterMethodName" : "setConfidence",
"c2jName" : "Confidence",
"c2jShape" : "Percent",
"defaultConsumerFluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\nThis is a convenience that creates an instance of the {@link Float.Builder} avoiding the need to create one manually via {@link Float#builder()}.\n\nWhen the {@link Consumer} completes, {@link Float.Builder#build()} is called immediately and its result is passed to {@link #confidence(Float)}.\n@param confidence a consumer that will call methods on {@link Float.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #confidence(Float)",
"deprecated" : false,
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "confidence",
"fluentSetterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "confidence",
"getterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@return Level of confidence that what the bounding box contains is a face.",
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Confidence",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Confidence",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "FLOAT",
"name" : "Confidence",
"sensitive" : false,
"setterDocumentation" : "Level of confidence that what the bounding box contains is a face.
\n@param confidence Level of confidence that what the bounding box contains is a face.",
"setterMethodName" : "setConfidence",
"setterModel" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : null,
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"simple" : true,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Float",
"variableName" : "confidence",
"variableType" : "Float",
"documentation" : "Level of confidence that what the bounding box contains is a face.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"xmlNameSpaceUri" : null
}, {
"beanStyleGetterMethodName" : "getLandmarks",
"beanStyleSetterMethodName" : "setLandmarks",
"c2jName" : "Landmarks",
"c2jShape" : "Landmarks",
"defaultConsumerFluentSetterDocumentation" : "An array of facial landmarks.
\nThis is a convenience that creates an instance of the {@link List.Builder} avoiding the need to create one manually via {@link List#builder()}.\n\nWhen the {@link Consumer} completes, {@link List.Builder#build()} is called immediately and its result is passed to {@link #landmarks(List)}.\n@param landmarks a consumer that will call methods on {@link List.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #landmarks(List)",
"deprecated" : false,
"documentation" : "An array of facial landmarks.
",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "landmarks",
"fluentSetterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "landmarks",
"getterDocumentation" : "An array of facial landmarks.
\n\nAttempts to modify the collection returned by this method will result in an UnsupportedOperationException.\n
\n@return An array of facial landmarks.",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "Landmarks",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "Landmarks",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : true,
"listModel" : {
"implType" : "java.util.ArrayList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"beanStyleGetterMethodName" : "getMember",
"beanStyleSetterMethodName" : "setMember",
"c2jName" : "member",
"c2jShape" : "Landmark",
"defaultConsumerFluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\nThis is a convenience that creates an instance of the {@link Landmark.Builder} avoiding the need to create one manually via {@link Landmark#builder()}.\n\nWhen the {@link Consumer} completes, {@link Landmark.Builder#build()} is called immediately and its result is passed to {@link #member(Landmark)}.\n@param member a consumer that will call methods on {@link Landmark.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #member(Landmark)",
"deprecated" : false,
"documentation" : "",
"endpointDiscoveryId" : false,
"enumType" : null,
"eventHeader" : false,
"eventPayload" : false,
"fluentEnumGetterMethodName" : null,
"fluentEnumSetterMethodName" : null,
"fluentGetterMethodName" : "member",
"fluentSetterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.\n@return Returns a reference to this object so that method calls can be chained together.",
"fluentSetterMethodName" : "member",
"getterDocumentation" : "Returns the value of the Member property for this object.\n@return The value of the Member property for this object.",
"getterModel" : {
"returnType" : "Landmark",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocation" : "PAYLOAD",
"marshallLocationName" : "member",
"queryString" : false,
"requiresLength" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"isBinary" : false,
"jsonValue" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"marshallingType" : "SDK_POJO",
"name" : "Member",
"sensitive" : false,
"setterDocumentation" : "Sets the value of the Member property for this object.\n\n@param member The new value for the Member property for this object.",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : null,
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"simple" : false,
"timestampFormat" : null,
"variable" : {
"variableDeclarationType" : "Landmark",
"variableName" : "member",
"variableType" : "Landmark",
"documentation" : "",
"simpleType" : "Landmark",
"variableSetterType" : "Landmark"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "Landmark",
"map" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"simple" : false,
"simpleType" : "Landmark",
"templateImplType" : "java.util.ArrayList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"marshallingType" : "LIST",
"name" : "Landmarks",
"sensitive" : false,
"setterDocumentation" : "An array of facial landmarks.
\n@param landmarks An array of facial landmarks.",
"setterMethodName" : "setLandmarks",
"setterModel" : {
"variableDeclarationType" : "java.util.List",
"variableName" : "landmarks",
"variableType" : "java.util.List",
"documentation" : null,
"simpleType" : "List",
"variableSetterType" : "java.util.Collection