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-03-21 UTC."],[[["This webpage provides reference documentation for the `ImageProperties` class within the Google Cloud Vision v1 API, version 3.6.0."],["The `ImageProperties` class is used to store information regarding the visual characteristics of an image, specifically its dominant colors."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The documentation includes access to multiple versions of the API from 2.3.0 to the latest 3.7.0."],["The `ImageProperties` class has two constructors, one default and one that takes another `ImageProperties` instance, and one main property named `DominantColors`."]]],[]]