public sealed class DominantColorsAnnotation : IMessage<DominantColorsAnnotation>, IEquatable<DominantColorsAnnotation>, IDeepCloneable<DominantColorsAnnotation>, IBufferMessage, IMessage
Set of dominant colors and their corresponding scores.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DominantColorsAnnotation` class, part of the Google Cloud Vision V1 library, represents a set of dominant colors and their associated scores."],["This class is available in multiple versions, with 3.7.0 being the latest and 3.1.0 currently shown, and other versions from 3.6.0 all the way down to 2.3.0 listed."],["`DominantColorsAnnotation` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["The `Colors` property of `DominantColorsAnnotation` is a `RepeatedField` containing `ColorInfo`, which details RGB color values along with their score and pixel fraction."],["The class has two constructors, one default and one that take another `DominantColorsAnnotation` as a parameter, to allow creating deep copies of it."]]],[]]