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 represents a set of dominant colors and their corresponding scores, and is found within the `Google.Cloud.Vision.V1` namespace."],["This class is part of the Google Cloud Vision API and is implemented in the `Google.Cloud.Vision.V1.dll` assembly, and it inherits from `Object` while implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `DominantColorsAnnotation` object, along with a property called `Colors` to access RGB color values with score and pixel fraction."],["This class is accessible through several versions, ranging from 2.3.0 to 3.7.0, with 3.7.0 being the latest version available."]]],[]]