Show / Hide Table of Contents

Class GoogleCloudVisionV1p1beta1Product

A Product contains ReferenceImages.

Inheritance
object
GoogleCloudVisionV1p1beta1Product
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Vision.v1.Data
Assembly: Google.Apis.Vision.v1.dll
Syntax
public class GoogleCloudVisionV1p1beta1Product : IDirectResponseSchema

Properties

Description

User-provided metadata to be stored with this product. Must be at most 4096 characters long.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

The user-provided name for this Product. Must not be empty. Must be at most 4096 characters long.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

The resource name of the product. Format is: projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID. This field is ignored when creating a product.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ProductCategory

Immutable. The category for the product identified by the reference image. This should be one of "homegoods-v2", "apparel-v2", "toys-v2", "packagedgoods-v1" or "general-v1". The legacy categories "homegoods", "apparel", and "toys" are still supported, but these should not be used for new products.

Declaration
[JsonProperty("productCategory")]
public virtual string ProductCategory { get; set; }
Property Value
Type Description
string

ProductLabels

Key-value pairs that can be attached to a product. At query time, constraints can be specified based on the product_labels. Note that integer values can be provided as strings, e.g. "1199". Only strings with integer values can match a range-based restriction which is to be supported soon. Multiple values can be assigned to the same key. One product may have up to 500 product_labels. Notice that the total number of distinct product_labels over all products in one ProductSet cannot exceed 1M, otherwise the product search pipeline will refuse to work for that ProductSet.

Declaration
[JsonProperty("productLabels")]
public virtual IList<GoogleCloudVisionV1p1beta1ProductKeyValue> ProductLabels { get; set; }
Property Value
Type Description
IList<GoogleCloudVisionV1p1beta1ProductKeyValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX