[[["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."],[[["The `ColorInfo` class from the Google Cloud Vision v1 API provides detailed information about a specific color found within an image, including RGB components, pixel fraction, and a score."],["This class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `ColorInfo` class is part of the `Google.Cloud.Vision.V1` namespace and is contained within the `Google.Cloud.Vision.V1.dll` assembly."],["The class offers two constructors, a default `ColorInfo()` and a `ColorInfo(ColorInfo other)` for deep cloning, and provides properties for accessing the color (`Color`), its pixel fraction (`PixelFraction`), and its image-specific score (`Score`)."],["There are multiple versions of this API available for usage, with version 3.7.0 as the most recent."]]],[]]