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."],[[["The `KeyValue` class represents a product label as a key-value pair within the Google Cloud Vision API's .NET library."],["This class is part of the `Google.Cloud.Vision.V1` namespace and is implemented in the `Google.Cloud.Vision.V1.dll` assembly."],["The `KeyValue` class has two string properties: `Key`, which stores the label's key (up to 128 bytes), and `Value`, which stores the label's value (also up to 128 bytes)."],["The latest version of the class available is version 3.7.0, with a historical range from 2.3.0 to the present."]]],[]]