Uses of Class
software.amazon.awssdk.services.rekognition.model.DetectLabelsImageProperties
-
Packages that use DetectLabelsImageProperties Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectLabelsImageProperties in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectLabelsImageProperties Modifier and Type Method Description DetectLabelsImagePropertiesDetectLabelsResponse. imageProperties()Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant colors.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DetectLabelsImageProperties Modifier and Type Method Description DetectLabelsResponse.BuilderDetectLabelsResponse.Builder. imageProperties(DetectLabelsImageProperties imageProperties)Information about the properties of the input image, such as brightness, sharpness, contrast, and dominant colors.
-