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 page provides documentation for the `Product.Types.KeyValue` class within the Google Cloud Vision v1 API, specifically for version 3.5.0."],["`Product.Types.KeyValue` is a class that represents a product label as a key-value pair, as it is an implementation of IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["The class has two main properties: `Key` and `Value`, both of which are strings, representing the key and value of a label, with each not being able to be empty or exceed 128 bytes."],["The `Product.Types.KeyValue` class includes constructors for creating new instances, both empty and copies, with an inherited list of members and methods from the `object` class."],["This class is part of the `Google.Cloud.Vision.V1` namespace and is contained in the `Google.Cloud.Vision.V1.dll` assembly, with links to documentation for other versions ranging from 2.3.0 to 3.7.0."]]],[]]