public sealed class KeyValue : IMessage<Product.Types.KeyValue>, IEquatable<Product.Types.KeyValue>, IDeepCloneable<Product.Types.KeyValue>, IBufferMessage, IMessage
[[["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 details the `KeyValue` class within the `Google.Cloud.Vision.V1` namespace, which represents a product label using a key-value pair structure."],["The `KeyValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class has two constructors: a default one and another that takes a `Product.Types.KeyValue` object as a parameter."],["The `KeyValue` class exposes two properties, `Key` and `Value`, both of which are strings that store the label's key and value respectively, each with a maximum length of 128 bytes."],["The page is showing version 3.1.0 of the documentation but contains links to previous and later versions, with 3.7.0 being the most recent."]]],[]]