Discovery Engine v1 API - Class Chunk.Types.AnnotationMetadata (1.8.0)

public sealed class Chunk.Types.AnnotationMetadata : IMessage<Chunk.Types.AnnotationMetadata>, IEquatable<Chunk.Types.AnnotationMetadata>, IDeepCloneable<Chunk.Types.AnnotationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class Chunk.Types.AnnotationMetadata.

The annotation metadata includes structured content in the current chunk.

Inheritance

object > Chunk.Types.AnnotationMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

AnnotationMetadata()

public AnnotationMetadata()

AnnotationMetadata(AnnotationMetadata)

public AnnotationMetadata(Chunk.Types.AnnotationMetadata other)
Parameter
Name Description
other ChunkTypesAnnotationMetadata

Properties

ImageId

public string ImageId { get; set; }

Output only. Image id is provided if the structured content is based on an image.

Property Value
Type Description
string

StructuredContent

public Chunk.Types.StructuredContent StructuredContent { get; set; }

Output only. The structured content information.

Property Value
Type Description
ChunkTypesStructuredContent