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-03-21 UTC."],[[["This webpage details the `KeyValue` class within the `Google.Cloud.Vision.V1` namespace, representing a product label as a key-value pair."],["The latest version of this content is available for `3.7.0`, with previous versions such as `3.6.0`, `3.5.0`, all the way down to version `2.3.0` also available."],["The `KeyValue` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `Key` and `Value`, both of which are string types, cannot be empty, and cannot exceed 128 bytes in length."],["There are two constructors available for the `KeyValue` class, one that takes in no parameters, and one that takes in a `Product.Types.KeyValue` parameter."]]],[]]