Show / Hide Table of Contents

Class StructuredDescription

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

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

Constructors

StructuredDescription()

Declaration
public StructuredDescription()

StructuredDescription(StructuredDescription)

Declaration
public StructuredDescription(StructuredDescription other)
Parameters
Type Name Description
StructuredDescription 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. Following IPTC.

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

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