public sealed class ImageProperties : IMessage<ImageProperties>, IEquatable<ImageProperties>, IDeepCloneable<ImageProperties>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class ImageProperties.
[[["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-09 UTC."],[[["The latest version of the `ImageProperties` class in the Google Cloud Vision v1 API is 3.7.0."],["`ImageProperties` is a class that stores image properties, such as the dominant colors, and is part of the `Google.Cloud.Vision.V1` namespace."],["The class `ImageProperties` implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["`ImageProperties` has a property called `DominantColors` of type `DominantColorsAnnotation`, representing the dominant colors found in the image."],["The `ImageProperties` class is located in the `Google.Cloud.Vision.V1.dll` assembly."]]],[]]