Settings for the IMAGE_PROPERTIES feature type.

interface DetectLabelsImagePropertiesSettings {
    MaxDominantColors?: number;
}

Properties

MaxDominantColors?: number

The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.