Class: Google::Shopping::Merchant::Products::V1::StructuredDescription
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::StructuredDescription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/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 ⇒ ::Google::Shopping::Merchant::Products::V1::DigitalSourceType
The digital source type.
Instance Attribute Details
#content ⇒ ::String
Returns The description text Maximum length is 5000 characters.
723 724 725 726 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 723 class StructuredDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#digital_source_type ⇒ ::Google::Shopping::Merchant::Products::V1::DigitalSourceType
Returns The digital source type. Following IPTC.
723 724 725 726 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 723 class StructuredDescription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |