Google Cloud Vision v1 API - Class ProductSet (3.6.0)

public sealed class ProductSet : IMessage<ProductSet>, IEquatable<ProductSet>, IDeepCloneable<ProductSet>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Vision v1 API class ProductSet.

A ProductSet contains Products. A ProductSet can contain a maximum of 1 million reference images. If the limit is exceeded, periodic indexing will fail.

Inheritance

object > ProductSet

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

ProductSet()

public ProductSet()

ProductSet(ProductSet)

public ProductSet(ProductSet other)
Parameter
NameDescription
otherProductSet

Properties

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
string

IndexError

public Status IndexError { get; set; }

Output only. If there was an error with indexing the product set, the field is populated.

This field is ignored when creating a ProductSet.

Property Value
TypeDescription
Status

IndexTime

public Timestamp IndexTime { get; set; }

Output only. The time at which this ProductSet was last indexed. Query results will reflect all updates before this time. If this ProductSet has never been indexed, this timestamp is the default value "1970-01-01T00:00:00Z".

This field is ignored when creating a ProductSet.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

The resource name of the ProductSet.

Format is: projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID.

This field is ignored when creating a ProductSet.

Property Value
TypeDescription
string

ProductSetName

public ProductSetName ProductSetName { get; set; }

ProductSetName-typed view over the Name resource name property.

Property Value
TypeDescription
ProductSetName