Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::Product.
A Product contains ReferenceImages.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
- (::String) — User-provided metadata to be stored with this product. Must be at most 4096 characters long.
#description=
def description=(value) -> ::String
- value (::String) — User-provided metadata to be stored with this product. Must be at most 4096 characters long.
- (::String) — User-provided metadata to be stored with this product. Must be at most 4096 characters long.
#display_name
def display_name() -> ::String
- (::String) — The user-provided name for this Product. Must not be empty. Must be at most 4096 characters long.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The user-provided name for this Product. Must not be empty. Must be at most 4096 characters long.
- (::String) — The user-provided name for this Product. Must not be empty. Must be at most 4096 characters long.
#name
def name() -> ::String
-
(::String) — 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.
#name=
def name=(value) -> ::String
-
value (::String) — 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.
-
(::String) — 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.
#product_category
def product_category() -> ::String
- (::String) — Immutable. The category for the product identified by the reference image. This should be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories "homegoods", "apparel", and "toys" are still supported, but these should not be used for new products.
#product_category=
def product_category=(value) -> ::String
- value (::String) — Immutable. The category for the product identified by the reference image. This should be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories "homegoods", "apparel", and "toys" are still supported, but these should not be used for new products.
- (::String) — Immutable. The category for the product identified by the reference image. This should be either "homegoods-v2", "apparel-v2", or "toys-v2". The legacy categories "homegoods", "apparel", and "toys" are still supported, but these should not be used for new products.
#product_labels
def product_labels() -> ::Array<::Google::Cloud::Vision::V1p3beta1::Product::KeyValue>
-
(::Array<::Google::Cloud::Vision::V1p3beta1::Product::KeyValue>) — 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 100 product_labels.
#product_labels=
def product_labels=(value) -> ::Array<::Google::Cloud::Vision::V1p3beta1::Product::KeyValue>
-
value (::Array<::Google::Cloud::Vision::V1p3beta1::Product::KeyValue>) — 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 100 product_labels.
-
(::Array<::Google::Cloud::Vision::V1p3beta1::Product::KeyValue>) — 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 100 product_labels.