public sealed class Product.Types.KeyValue : IMessage<Product.Types.KeyValue>, IEquatable<Product.Types.KeyValue>, IDeepCloneable<Product.Types.KeyValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class Product.Types.KeyValue.
[[["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 document provides reference documentation for the `Product.Types.KeyValue` class within the Google Cloud Vision v1 API, specifically for version 3.4.0."],["The `Product.Types.KeyValue` class represents a product label as a key-value pair, which is used within the Google Cloud Vision API, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Product.Types.KeyValue` class has two string properties, `Key` and `Value`, which represent the label's key and value respectively, each with limitations of being non-empty and not exceeding 128 bytes in length."],["The latest version available of the API is 3.7.0."]]],[]]