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.
Implements
IMessageProductSet, IEquatableProductSet, IDeepCloneableProductSet, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
ProductSet()
public ProductSet()
ProductSet(ProductSet)
public ProductSet(ProductSet other)
Parameter | |
---|---|
Name | Description |
other | ProductSet |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ProductSetName
public ProductSetName ProductSetName { get; set; }
ProductSetName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ProductSetName |