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."],[[["The webpage details the `KeyValue` class within the `Google.Cloud.Vision.V1` namespace, specifically version 2.4.0, representing a product label as a key-value pair."],["This `KeyValue` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from `Object`."],["The `KeyValue` class has two constructors: a default constructor and one that takes another `KeyValue` instance as a parameter for copying."],["The `KeyValue` class contains two properties, `Key` and `Value`, both of which are strings that cannot be empty and must not exceed 128 bytes, representing the label's key and value, respectively."],["The latest available version is 3.7.0, and it includes historical versions all the way back to 2.3.0."]]],[]]