Show / Hide Table of Contents

Class ProductStructuredDescription

Structured description, for algorithmically (AI)-generated descriptions.

Inheritance
object
ProductStructuredDescription
Implements
IMessage<ProductStructuredDescription>
IEquatable<ProductStructuredDescription>
IDeepCloneable<ProductStructuredDescription>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Products.V1Beta
Assembly: Google.Shopping.Merchant.Products.V1Beta.dll
Syntax
public sealed class ProductStructuredDescription : IMessage<ProductStructuredDescription>, IEquatable<ProductStructuredDescription>, IDeepCloneable<ProductStructuredDescription>, IBufferMessage, IMessage

Constructors

ProductStructuredDescription()

Declaration
public ProductStructuredDescription()

ProductStructuredDescription(ProductStructuredDescription)

Declaration
public ProductStructuredDescription(ProductStructuredDescription other)
Parameters
Type Name Description
ProductStructuredDescription other

Properties

Content

The description text Maximum length is 5000 characters

Declaration
public string Content { get; set; }
Property Value
Type Description
string

DigitalSourceType

The digital source type, for example "trained_algorithmic_media". Following IPTC. Maximum length is 40 characters.

Declaration
public string DigitalSourceType { get; set; }
Property Value
Type Description
string

HasContent

Gets whether the "content" field is set

Declaration
public bool HasContent { get; }
Property Value
Type Description
bool

HasDigitalSourceType

Gets whether the "digital_source_type" field is set

Declaration
public bool HasDigitalSourceType { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX