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 webpage provides documentation for the `Product.Types.KeyValue` class within the Google Cloud Vision v1 API, which represents a product label as a key-value pair."],["The `Product.Types.KeyValue` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer message manipulation."],["The class offers two constructors, `KeyValue()` and `KeyValue(KeyValue other)`, enabling the creation of new instances and copying of existing ones."],["The `Key` and `Value` properties of the `Product.Types.KeyValue` class are strings that store the key and the value of a label, respectively, each with a maximum length of 128 bytes."],["This documentation covers versions 2.3.0 to 3.7.0 of the API, with version 3.7.0 being the latest release."]]],[]]