Class: Google::Shopping::Merchant::Products::V1::StructuredTitle
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Products::V1::StructuredTitle
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/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 ⇒ ::Google::Shopping::Merchant::Products::V1::DigitalSourceType
The digital source type.
Instance Attribute Details
#content ⇒ ::String
Returns The title text Maximum length is 150 characters.
709 710 711 712 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 709 class StructuredTitle 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.
709 710 711 712 |
# File 'proto_docs/google/shopping/merchant/products/v1/products_common.rb', line 709 class StructuredTitle include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |