public sealed class ImageProperties : IMessage<ImageProperties>, IEquatable<ImageProperties>, IDeepCloneable<ImageProperties>, IBufferMessage, IMessage
[[["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 details the `ImageProperties` class, which is used to store image characteristics such as dominant colors, within the `Google.Cloud.Vision.V1` namespace."],["The latest version of the class documented is 3.7.0, and earlier versions back to 2.3.0 are accessible through provided links."],["`ImageProperties` inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `ImageProperties()` and a copy constructor `ImageProperties(ImageProperties other)`."],["A key property of `ImageProperties` is `DominantColors`, which is of type `DominantColorsAnnotation` and contains information about the image's dominant colors if analysis was successful."]]],[]]