Values.DetectLabelsImagePropertiesSettingsSourceSettings for the IMAGE_PROPERTIES feature type.
type nonrec t = {maxDominantColors : DetectLabelsMaxDominantColors.t option;The maximum number of dominant colors to return when detecting labels in an image. The default value is 10.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of DetectLabelsMaxDominantColors.t ]) list ]