public sealed class KeyValue : IMessage<Product.Types.KeyValue>, IEquatable<Product.Types.KeyValue>, IDeepCloneable<Product.Types.KeyValue>, IBufferMessage, IMessage
A product label represented as a key-value pair.
Implements
IMessage<Product.Types.KeyValue>, IEquatable<Product.Types.KeyValue>, IDeepCloneable<Product.Types.KeyValue>, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
KeyValue()
public KeyValue()
KeyValue(Product.Types.KeyValue)
public KeyValue(Product.Types.KeyValue other)
Parameter | |
---|---|
Name | Description |
other | Product.Types.KeyValue |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |