Class: Google::Shopping::Merchant::Products::V1beta::ProductStructuredDescription
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::ProductStructuredDescription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
Structured description, for algorithmically (AI)-generated descriptions.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The description text Maximum length is 5000 characters.
-
#digital_source_type ⇒ ::String
The digital source type, for example "trained_algorithmic_media".
Instance Attribute Details
#content ⇒ ::String
Returns The description text Maximum length is 5000 characters.
704 705 706 707 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 704 class ProductStructuredDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#digital_source_type ⇒ ::String
Returns The digital source type, for example "trained_algorithmic_media". Following IPTC. Maximum length is 40 characters.
704 705 706 707 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 704 class ProductStructuredDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |