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.
Implements
IMessageProductTypesKeyValue, IEquatableProductTypesKeyValue, IDeepCloneableProductTypesKeyValue, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
KeyValue()
public KeyValue()
KeyValue(KeyValue)
public KeyValue(Product.Types.KeyValue other)
Parameter | |
---|---|
Name | Description |
other |
ProductTypesKeyValue |
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 |