Uses of Class
software.amazon.awssdk.services.rekognition.model.CustomLabel
-
Packages that use CustomLabel Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of CustomLabel in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type CustomLabel Modifier and Type Method Description List<CustomLabel>DetectCustomLabelsResponse. customLabels()An array of custom labels detected in the input image.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type CustomLabel Modifier and Type Method Description DetectCustomLabelsResponse.BuilderDetectCustomLabelsResponse.Builder. customLabels(CustomLabel... customLabels)An array of custom labels detected in the input image.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type CustomLabel Modifier and Type Method Description DetectCustomLabelsResponse.BuilderDetectCustomLabelsResponse.Builder. customLabels(Collection<CustomLabel> customLabels)An array of custom labels detected in the input image.
-