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