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 documentation for the `ImageProperties` class within the Google Cloud Vision v1 API, covering versions from 2.3.0 to 3.7.0, with 3.7.0 being the latest."],["The `ImageProperties` class, a part of the `Google.Cloud.Vision.V1` namespace, is designed to store image attributes like dominant colors and is located in the `Google.Cloud.Vision.V1.dll` assembly."],["The `ImageProperties` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The primary functionality of the class involves properties such as `DominantColors`, which provides information on the dominant colors within an image."],["There are two types of constructors available, a default constructor, and a copy constructor, to generate a new instance of the class."]]],[]]