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.
Implements
IMessageChunkTypesAnnotationMetadata, IEquatableChunkTypesAnnotationMetadata, IDeepCloneableChunkTypesAnnotationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
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 |