Interface DetectLabelsImagePropertiesSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DetectLabelsImagePropertiesSettings.Builder,
,DetectLabelsImagePropertiesSettings> SdkBuilder<DetectLabelsImagePropertiesSettings.Builder,
,DetectLabelsImagePropertiesSettings> SdkPojo
- Enclosing class:
DetectLabelsImagePropertiesSettings
@Mutable
@NotThreadSafe
public static interface DetectLabelsImagePropertiesSettings.Builder
extends SdkPojo, CopyableBuilder<DetectLabelsImagePropertiesSettings.Builder,DetectLabelsImagePropertiesSettings>
-
Method Summary
Modifier and TypeMethodDescriptionmaxDominantColors
(Integer maxDominantColors) The maximum number of dominant colors to return when detecting labels in an image.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxDominantColors
The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.
- Parameters:
maxDominantColors
- The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-