Google Cloud Vision v1 API - Class Product.Types.KeyValue (3.6.0)

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.

A product label represented as a key-value pair.

Inheritance

object > Product.Types.KeyValue

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

KeyValue()

public KeyValue()

KeyValue(KeyValue)

public KeyValue(Product.Types.KeyValue other)
Parameter
NameDescription
otherProductTypesKeyValue

Properties

Key

public string Key { get; set; }

The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

Property Value
TypeDescription
string

Value

public string Value { get; set; }

The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.

Property Value
TypeDescription
string