public sealed class DominantColorsAnnotation : IMessage<DominantColorsAnnotation>, IEquatable<DominantColorsAnnotation>, IDeepCloneable<DominantColorsAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class DominantColorsAnnotation.
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-04-17 UTC."],[[["This webpage provides documentation for the `DominantColorsAnnotation` class within the Google Cloud Vision v1 API for .NET, specifically version 3.6.0."],["`DominantColorsAnnotation` represents a set of dominant colors and their corresponding scores, detailing RGB color values with their score and pixel fraction."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The page includes links to documentation for multiple versions of this class, ranging from version 2.3.0 to the latest version 3.7.0."],["The `DominantColorsAnnotation` class offers two constructors, a default one, and one which takes in another `DominantColorsAnnotation` object as a parameter."]]],[]]