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."],[[["This webpage details the `DominantColorsAnnotation` class within the `Google.Cloud.Vision.V1` namespace, which is part of the Google Cloud Vision API's .NET library."],["`DominantColorsAnnotation` represents a set of dominant colors in an image, along with their corresponding scores."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The latest version available for `DominantColorsAnnotation` is 3.7.0, but the current page focuses on the 2.4.0 version."],["The `Colors` property allows access to the RGB color values, along with their scores and pixel fraction, as a `RepeatedField` of `ColorInfo`."]]],[]]