Class: Google::Shopping::Merchant::Products::V1beta::ProductStructuredTitle
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1beta::ProductStructuredTitle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1beta/products_common.rb
Overview
Structured title, for algorithmically (AI)-generated titles.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The title text Maximum length is 150 characters.
-
#digital_source_type ⇒ ::String
The digital source type, for example "trained_algorithmic_media".
Instance Attribute Details
#content ⇒ ::String
Returns The title text Maximum length is 150 characters.
689 690 691 692 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 689 class ProductStructuredTitle 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.
689 690 691 692 |
# File 'proto_docs/google/shopping/merchant/products/v1beta/products_common.rb', line 689 class ProductStructuredTitle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |