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 latest version of the `DominantColorsAnnotation` is 3.7.0, but version 2.3.0 is currently being viewed, with multiple previous versions available as well."],["The `DominantColorsAnnotation` class represents a set of dominant colors and their corresponding scores, according to the documentation, which can be found under the Google Cloud Vision library."],["The `DominantColorsAnnotation` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Colors` property of the `DominantColorsAnnotation` class is a `RepeatedField` that contains `ColorInfo`, representing RGB color values with their score and pixel fraction."],["There are two constructors provided for `DominantColorsAnnotation`: a default constructor and one that takes another `DominantColorsAnnotation` object as a parameter for creating a new object."]]],[]]