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-03-21 UTC."],[[["This webpage provides reference documentation for the `DominantColorsAnnotation` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["The `DominantColorsAnnotation` class represents a set of dominant colors and their corresponding scores, functioning as part of image analysis."],["The `DominantColorsAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `Colors` property of the class is a `RepeatedField` of `ColorInfo`, providing RGB color values along with their score and pixel fraction."],["The latest available version is 3.7.0, with the presented documentation focusing on the 3.4.0 version, and there are multiple other documented versions for this class ranging from 2.3.0 up to 3.7.0."]]],[]]