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 document provides reference information for the `DominantColorsAnnotation` class within the Google Cloud Vision v1 API, specifically for version 3.5.0."],["The `DominantColorsAnnotation` class represents a set of dominant colors and their corresponding scores, found within the `Google.Cloud.Vision.V1` namespace."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending from the base `object` class."],["The primary property within `DominantColorsAnnotation` is `Colors`, which is a `RepeatedField` containing `ColorInfo` objects, representing RGB color values with their respective score and pixel fraction."],["The current latest version is 3.7.0, with multiple previous versions available, dating back to 2.3.0, for the `DominantColorsAnnotation` class."]]],[]]