Class GoogleCloudVisionV1p4beta1ProductKeyValue
A product label represented as a key-value pair.
Implements
Inherited Members
Namespace: Google.Apis.Vision.v1p1beta1.Data
Assembly: Google.Apis.Vision.v1p1beta1.dll
Syntax
public class GoogleCloudVisionV1p4beta1ProductKeyValue : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
The key of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value of the label attached to the product. Cannot be empty and cannot exceed 128 bytes.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |