Uses of Interface
software.amazon.awssdk.services.rekognition.model.DetectLabelsSettings.Builder
-
Packages that use DetectLabelsSettings.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DetectLabelsSettings.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return DetectLabelsSettings.Builder Modifier and Type Method Description static DetectLabelsSettings.BuilderDetectLabelsSettings. builder()default DetectLabelsSettings.BuilderDetectLabelsSettings.Builder. generalLabels(Consumer<GeneralLabelsSettings.Builder> generalLabels)Contains the specified filters for GENERAL_LABELS.DetectLabelsSettings.BuilderDetectLabelsSettings.Builder. generalLabels(GeneralLabelsSettings generalLabels)Contains the specified filters for GENERAL_LABELS.default DetectLabelsSettings.BuilderDetectLabelsSettings.Builder. imageProperties(Consumer<DetectLabelsImagePropertiesSettings.Builder> imageProperties)Contains the chosen number of maximum dominant colors in an image.DetectLabelsSettings.BuilderDetectLabelsSettings.Builder. imageProperties(DetectLabelsImagePropertiesSettings imageProperties)Contains the chosen number of maximum dominant colors in an image.DetectLabelsSettings.BuilderDetectLabelsSettings. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DetectLabelsSettings.Builder Modifier and Type Method Description static Class<? extends DetectLabelsSettings.Builder>DetectLabelsSettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DetectLabelsSettings.Builder Modifier and Type Method Description default DetectLabelsRequest.BuilderDetectLabelsRequest.Builder. settings(Consumer<DetectLabelsSettings.Builder> settings)A list of the filters to be applied to returned detected labels and image properties.
-