public static interface DetectLabelsSettings.Builder extends SdkPojo, CopyableBuilder<DetectLabelsSettings.Builder,DetectLabelsSettings>
| Modifier and Type | Method and Description |
|---|---|
default DetectLabelsSettings.Builder |
generalLabels(Consumer<GeneralLabelsSettings.Builder> generalLabels)
Contains the specified filters for GENERAL_LABELS.
|
DetectLabelsSettings.Builder |
generalLabels(GeneralLabelsSettings generalLabels)
Contains the specified filters for GENERAL_LABELS.
|
default DetectLabelsSettings.Builder |
imageProperties(Consumer<DetectLabelsImagePropertiesSettings.Builder> imageProperties)
Contains the chosen number of maximum dominant colors in an image.
|
DetectLabelsSettings.Builder |
imageProperties(DetectLabelsImagePropertiesSettings imageProperties)
Contains the chosen number of maximum dominant colors in an image.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectLabelsSettings.Builder generalLabels(GeneralLabelsSettings generalLabels)
Contains the specified filters for GENERAL_LABELS.
generalLabels - Contains the specified filters for GENERAL_LABELS.default DetectLabelsSettings.Builder generalLabels(Consumer<GeneralLabelsSettings.Builder> generalLabels)
Contains the specified filters for GENERAL_LABELS.
This is a convenience method that creates an instance of theGeneralLabelsSettings.Builder avoiding
the need to create one manually via GeneralLabelsSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to generalLabels(GeneralLabelsSettings).
generalLabels - a consumer that will call methods on GeneralLabelsSettings.BuildergeneralLabels(GeneralLabelsSettings)DetectLabelsSettings.Builder imageProperties(DetectLabelsImagePropertiesSettings imageProperties)
Contains the chosen number of maximum dominant colors in an image.
imageProperties - Contains the chosen number of maximum dominant colors in an image.default DetectLabelsSettings.Builder imageProperties(Consumer<DetectLabelsImagePropertiesSettings.Builder> imageProperties)
Contains the chosen number of maximum dominant colors in an image.
This is a convenience method that creates an instance of theDetectLabelsImagePropertiesSettings.Builder avoiding the need to create one manually via
DetectLabelsImagePropertiesSettings.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to imageProperties(DetectLabelsImagePropertiesSettings).
imageProperties - a consumer that will call methods on DetectLabelsImagePropertiesSettings.BuilderimageProperties(DetectLabelsImagePropertiesSettings)Copyright © 2023. All rights reserved.