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-17 UTC."],[[["This webpage provides reference documentation for the `ImageProperties` class within the Google Cloud Vision v1 API, which is used to store image characteristics like dominant colors."],["The `ImageProperties` class is part of the `Google.Cloud.Vision.V1` namespace and is located within the `Google.Cloud.Vision.V1.dll` assembly."],["The class has a public `DominantColors` property, of type `DominantColorsAnnotation`, that will be populated if dominant color analysis has been completed successfully."],["This documentation covers versions from 2.3.0 up to the most recent 3.7.0, all of which include the ImageProperties class."]]],[]]